Skip to content

Commit fad6c8c

Browse files
committed
Add python 3.10 to CI
1 parent 80d8b07 commit fad6c8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: ["3.7", "3.8", "3.9"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def get_version(package):
8383
'Programming Language :: Python :: 3.7',
8484
'Programming Language :: Python :: 3.8',
8585
'Programming Language :: Python :: 3.9',
86+
'Programming Language :: Python :: 3.10',
8687
'Topic :: Games/Entertainment :: Role-Playing',
8788
'Topic :: Internet',
8889
'Topic :: Software Development',

0 commit comments

Comments
 (0)