Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 3722fa2

Browse files
hugovkboogheta
authored andcommitted
Add support for Python 3.11
1 parent 95e53ba commit 3722fa2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
"3.8",
2020
"3.9",
2121
"3.10",
22+
"3.11-dev",
2223
"pypy2",
2324
]
2425
os: [ubuntu-latest]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def local_scheme(version):
2929
"Programming Language :: Python :: 3.8",
3030
"Programming Language :: Python :: 3.9",
3131
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11",
3233
"Programming Language :: Python :: Implementation :: CPython",
3334
"Programming Language :: Python :: Implementation :: PyPy",
3435
"Topic :: Communications :: Chat :: Internet Relay Chat",

0 commit comments

Comments
 (0)