Skip to content

Commit

Permalink
Drop python 3.9 support
Browse files Browse the repository at this point in the history
Add python 3.11 & 3.12 support
  • Loading branch information
chrwm authored Apr 23, 2024
1 parent ed7125b commit a2e79b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.9, '3.10']
python-version: ['3.10', '3.11', '3.12']
name: pytest (Python ${{ matrix.python-version }}) (OS ${{ matrix.os }})

# Configure tests
Expand Down

0 comments on commit a2e79b7

Please sign in to comment.