Skip to content

Commit

Permalink
CI: support python 3.12, drop 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jan 18, 2024
1 parent f9db030 commit e86300f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Expand Up @@ -19,11 +19,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
experimental: [false]
# include:
# - python-version: '3.12-dev'
Expand Down

0 comments on commit e86300f

Please sign in to comment.