Skip to content

Commit ee87da4

Browse files
committed
fix project requirements (some dependencies not py39 compatible)
1 parent d5fe771 commit ee87da4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[metadata]
22
description-file = README.md
3-
4-
[tool:pytest]
5-
accept-encodings=utf-8

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ def find_version(*file_paths):
4545
"musicbrainzngs~=0.7",
4646
"terminaltables~=3.1",
4747
],
48-
python_requires=">=3.5,<4.0",
48+
python_requires=">=3.5,<3.9",
4949
tests_require=['tox', 'pytest', 'flake8', 'pytest-logbook'],
5050
classifiers=[
51+
"Development Status :: 5 - Production/Stable",
52+
"Environment :: Console",
5153
"Operating System :: OS Independent",
5254
"Programming Language :: Python",
5355
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)