We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cd1b3 commit e5125ffCopy full SHA for e5125ff
pytest.ini
@@ -0,0 +1,2 @@
1
+[pytest]
2
+testpaths = tests
setup.py
@@ -32,8 +32,7 @@ def get_version():
32
'License :: OSI Approved :: MIT License',
33
'Operating System :: POSIX :: Linux',
34
'Programming Language :: Python :: 3 :: Only',
35
- 'Programming Language :: Python :: 3.4',
36
- 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.8',
37
'Topic :: Education',
38
],
39
packages=find_packages(exclude=['tests*']),
0 commit comments