Skip to content

Commit 0b3bcca

Browse files
committed
build: pyproject.toml allows Python 3.6; remove deps from toml, use requirements.txt
1 parent e5aa403 commit 0b3bcca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ authors = [
66
{ name="Chaim Leib Halbert", email="[email protected]" },
77
]
88
readme = "README.md"
9-
requires-python = ">=3.7"
10-
dependencies = [
11-
"sortedcontainers < 3",
12-
]
9+
requires-python = ">=3.6"
1310
classifiers = [
1411
'Development Status :: 5 - Production/Stable',
1512
'Programming Language :: Python :: Implementation :: PyPy',
@@ -18,6 +15,7 @@ classifiers = [
1815
'Intended Audience :: Science/Research',
1916
'Programming Language :: Python',
2017
'Programming Language :: Python :: 3',
18+
'Programming Language :: Python :: 3.6',
2119
'Programming Language :: Python :: 3.7',
2220
'Programming Language :: Python :: 3.8',
2321
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)