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

Commit 7e219d2

Browse files
hugovkboogheta
authored andcommitted
Add support for Python 3.10
1 parent e10f278 commit 7e219d2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python
3030
uses: actions/setup-python@v2
3131
with:
32-
python-version: 3.9
32+
python-version: 3.10
3333

3434
- name: Install dependencies
3535
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
"3.7",
1919
"3.8",
2020
"3.9",
21-
"3.10-dev",
21+
"3.10",
2222
"pypy2",
2323
]
2424
os: [ubuntu-latest]

setup.py

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

0 commit comments

Comments
 (0)