Skip to content

Commit 76994a0

Browse files
authored
Merge pull request #160 from MichaelAquilina/build/update-python-support-metadata
Update python support metadata
2 parents 1aad747 + 11b9bda commit 76994a0

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

setup.py

+9-7
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,21 @@
4141
license='BSD',
4242

4343
classifiers=[
44-
'Programming Language :: Python',
45-
'Programming Language :: Python :: 3',
44+
"Programming Language :: Python",
45+
"Programming Language :: Python :: 3",
4646
"Programming Language :: Python :: 3.3",
4747
"Programming Language :: Python :: 3.4",
4848
"Programming Language :: Python :: 3.5",
4949
"Programming Language :: Python :: 3.6",
5050
"Programming Language :: Python :: 3.7",
5151
"Programming Language :: Python :: 3.8",
52+
"Programming Language :: Python :: 3.9",
53+
"Programming Language :: Python :: 3.10",
5254
"Programming Language :: Python :: Implementation :: CPython",
53-
'License :: OSI Approved :: BSD License',
54-
'Operating System :: OS Independent',
55-
'Development Status :: 5 - Production/Stable',
56-
'Intended Audience :: Developers',
57-
'Topic :: Software Development :: Libraries :: Python Modules',
55+
"License :: OSI Approved :: BSD License",
56+
"Operating System :: OS Independent",
57+
"Development Status :: 5 - Production/Stable",
58+
"Intended Audience :: Developers",
59+
"Topic :: Software Development :: Libraries :: Python Modules",
5860
],
5961
)

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{34,35,36,37},lint
7+
envlist = py{34,35,36,37,38,39,310},lint
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)