Skip to content

Commit c29b923

Browse files
authored
adding python 3.10 [tag & CI] (#428)
* adding python 3.10
1 parent 0438367 commit c29b923

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
python-version: [2.7, 3.5, 3.7, 3.8, 3.9]
10+
python-version: ["2.7", "3.5", "3.7", "3.8", "3.9", "3.10"]
1111

1212
steps:
1313
# Checkout the repo.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'Programming Language :: Python :: 3.7',
7272
'Programming Language :: Python :: 3.8',
7373
'Programming Language :: Python :: 3.9',
74+
'Programming Language :: Python :: 3.10',
7475

7576
'Operating System :: OS Independent',
7677
'Operating System :: POSIX',

0 commit comments

Comments
 (0)