Skip to content

Commit 6b25d6b

Browse files
committed
Update for released versions of 3.11
1 parent 386c750 commit 6b25d6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "3.8"
2020
- "3.9"
2121
- "3.10"
22-
- "3.11.0-alpha - 3.11.0"
22+
- "3.11"
2323
- "pypy-3.6"
2424
- "pypy-3.7"
2525
- "pypy-3.8"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
"Programming Language :: Python :: 3.8",
3535
"Programming Language :: Python :: 3.9",
3636
"Programming Language :: Python :: 3.10",
37+
"Programming Language :: Python :: 3.11",
3738
"Programming Language :: Python :: Implementation :: CPython",
3839
"Programming Language :: Python :: Implementation :: PyPy"])

0 commit comments

Comments
 (0)