Skip to content

Commit

Permalink
ci: drop py37, add py312
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Dec 12, 2023
1 parent cdc1e98 commit c1d14c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:

Expand All @@ -37,7 +37,7 @@ jobs:
- name: Run tests
run: |
./test.sh
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit c1d14c7

Please sign in to comment.