Skip to content

Commit f13bf9d

Browse files
committed
Drop Python 3.7 from CI, add Python 3.12
1 parent a799f19 commit f13bf9d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
10+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1111
fail-fast: false
1212

1313
steps:
@@ -23,7 +23,6 @@ jobs:
2323
- name: Install Python packages
2424
run: poetry install
2525
- name: Lint with flake8
26-
if: matrix.python-version >= 3.8
2726
run: |
2827
poetry run flake8 --version
2928
poetry run poe lint --show-source --statistics

0 commit comments

Comments
 (0)