Skip to content

Commit

Permalink
update supported python versions (#52)
Browse files Browse the repository at this point in the history
Python 3.8 is now EOL, while Python 3.13 has been released
  • Loading branch information
fmauch authored Dec 25, 2024
1 parent 4a12eec commit 44698dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 44698dc

Please sign in to comment.