Skip to content

Commit 699d55a

Browse files
committed
Declare support for Python 3.13
1 parent 97a0a91 commit 699d55a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
35+
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3636
steps:
3737
- uses: actions/[email protected]
3838
- name: Setup Build Tools

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers =
1515
Programming Language :: Python :: 3.10
1616
Programming Language :: Python :: 3.11
1717
Programming Language :: Python :: 3.12
18+
Programming Language :: Python :: 3.13
1819
Topic :: Software Development :: Libraries :: Python Modules
1920
keywords =
2021
httpx

0 commit comments

Comments
 (0)