Skip to content

Commit

Permalink
Added a Python 3.13 to the CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Jan 22, 2025
1 parent 6fbde44 commit 36a7e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
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']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'macos-13', 'macos-14', 'macos-15', 'windows-2019', 'windows-2022']

runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build
packaging>=21.3
requests-toolbelt
twine
vermin

0 comments on commit 36a7e02

Please sign in to comment.