Skip to content

Commit 39b0878

Browse files
alippaiaiudirog
authored andcommitted
Add 3.10 support
1 parent c0eb516 commit 39b0878

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python: ['3.6', '3.7', '3.8', '3.9']
37+
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
3838
steps:
3939
- uses: actions/checkout@v1
4040
- name: Setup Build Tools

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers =
1313
Programming Language :: Python :: 3.7
1414
Programming Language :: Python :: 3.8
1515
Programming Language :: Python :: 3.9
16+
Programming Language :: Python :: 3.10
1617
Topic :: Software Development :: Libraries :: Python Modules
1718
keywords =
1819
httpx

0 commit comments

Comments
 (0)