Skip to content

Commit

Permalink
Merge pull request #419 from radical-cybertools/feature/python-3.13
Browse files Browse the repository at this point in the history
3.13 support
  • Loading branch information
andre-merzky authored Oct 16, 2024
2 parents 2a4de17 + 85d3885 commit f9bbf99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12',
'3.13' ]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f9bbf99

Please sign in to comment.