Skip to content

Commit db8f2f1

Browse files
Add Python 3.12 (#674)
1 parent 843e843 commit db8f2f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
strategy:
5151
matrix:
52-
pyver: ['pypy-3.8', '3.8', '3.9', '3.10', '3.11']
52+
pyver: ['pypy-3.8', '3.8', '3.9', '3.10', '3.11', '3.12']
5353
timeout-minutes: 15
5454
steps:
5555
- name: Checkout

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def read(f):
3535
"Programming Language :: Python :: 3.9",
3636
"Programming Language :: Python :: 3.10",
3737
"Programming Language :: Python :: 3.11",
38+
"Programming Language :: Python :: 3.12",
3839
'Topic :: Internet :: WWW/HTTP',
3940
'Framework :: AsyncIO',
4041
],

0 commit comments

Comments
 (0)