We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049cc4f commit 0c53461Copy full SHA for 0c53461
.travis.yml
@@ -10,7 +10,7 @@ notifications:
10
matrix:
11
include:
12
- python: 3.7
13
- - python: 3.10
+ - python: 3.9
14
15
before_install:
16
- npm install npm@latest -g
setup.py
@@ -64,7 +64,6 @@
64
'Programming Language :: Python :: 3.7',
65
'Programming Language :: Python :: 3.8',
66
'Programming Language :: Python :: 3.9',
67
- 'Programming Language :: Python :: 3.10',
68
'Development Status :: 4 - Beta',
69
'Intended Audience :: Developers',
70
'License :: OSI Approved :: Apache Software License',
0 commit comments