Skip to content

Commit 0c53461

Browse files
committed
fix(project): Travis cannot run python 3.10 yet
Signed-off-by: James Hart <[email protected]>
1 parent 049cc4f commit 0c53461

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ notifications:
1010
matrix:
1111
include:
1212
- python: 3.7
13-
- python: 3.10
13+
- python: 3.9
1414

1515
before_install:
1616
- npm install npm@latest -g

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
'Programming Language :: Python :: 3.7',
6565
'Programming Language :: Python :: 3.8',
6666
'Programming Language :: Python :: 3.9',
67-
'Programming Language :: Python :: 3.10',
6867
'Development Status :: 4 - Beta',
6968
'Intended Audience :: Developers',
7069
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)