Skip to content

Commit

Permalink
Support Python 3.13 (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 19, 2024
1 parent 1fe1e02 commit 5e3d895
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
strategy:
matrix:
pyver:
- 3.13
- 3.12
- 3.11
- >-
Expand Down Expand Up @@ -221,6 +222,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.pyver }}
allow-prereleases: true
cache: pip
cache-dependency-path: requirements/*.txt
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions CHANGES/1054.packaging.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support Python 3.13 and publish non-free-threaded wheels
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13

Topic :: Internet :: WWW/HTTP
Topic :: Software Development :: Libraries :: Python Modules
Expand Down

0 comments on commit 5e3d895

Please sign in to comment.