Skip to content

Commit

Permalink
Add python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
brandsimon committed Oct 9, 2024
1 parent 737a80d commit 1a31d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
name: Tests
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
'Operating System :: Linux :: Debian',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Security :: Cryptography',
'System :: Filesystems',
'System :: Boot :: Init'
Expand Down

0 comments on commit 1a31d0a

Please sign in to comment.