Skip to content

Commit 4d68015

Browse files
Consistent Python versions (#1136)
1 parent fe54089 commit 4d68015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
'Topic :: Software Development :: Libraries :: Python Modules',
4848
'Operating System :: Unix',
4949
'Programming Language :: Python :: 3',
50-
'Programming Language :: Python :: 3.7',
5150
'Programming Language :: Python :: 3.8',
5251
'Programming Language :: Python :: 3.9',
52+
'Programming Language :: Python :: 3.10',
5353
],
5454
maintainer='Alistair Miles',
5555
maintainer_email='alimanfoo@googlemail.com',

0 commit comments

Comments
 (0)