Skip to content

Commit

Permalink
ci: add Python 3.13 and 3.14 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt committed Sep 26, 2024
1 parent 347ce68 commit 5ff4e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
runner: ['ubuntu-latest']
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
include:
- runner: 'ubuntu-20.04'
python-version: '3.6'
Expand Down

0 comments on commit 5ff4e67

Please sign in to comment.