Skip to content

Commit bc005af

Browse files
authored
Merge pull request #1277 from python-hyper/py311
Run CI for Python 3.11
2 parents fe22fb3 + 504036c commit bc005af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.8"
1919
- "3.9"
2020
- "3.10"
21+
- "3.11"
2122
- "pypy3.9"
2223

2324
steps:

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'Programming Language :: Python :: 3.8',
4545
'Programming Language :: Python :: 3.9',
4646
'Programming Language :: Python :: 3.10',
47+
'Programming Language :: Python :: 3.11',
4748
'Programming Language :: Python :: Implementation :: CPython',
4849
'Programming Language :: Python :: Implementation :: PyPy',
4950
],

0 commit comments

Comments
 (0)