Skip to content

Commit

Permalink
fix: ci test against py3.12 and remove support to old py37 and py38
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-v committed Jul 23, 2024
1 parent 216a2ad commit 77536a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 77536a7

Please sign in to comment.