We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5aa403 commit 0b3bccaCopy full SHA for 0b3bcca
pyproject.toml
@@ -6,10 +6,7 @@ authors = [
6
{ name="Chaim Leib Halbert", email="[email protected]" },
7
]
8
readme = "README.md"
9
-requires-python = ">=3.7"
10
-dependencies = [
11
- "sortedcontainers < 3",
12
-]
+requires-python = ">=3.6"
13
classifiers = [
14
'Development Status :: 5 - Production/Stable',
15
'Programming Language :: Python :: Implementation :: PyPy',
@@ -18,6 +15,7 @@ classifiers = [
18
'Intended Audience :: Science/Research',
19
16
'Programming Language :: Python',
20
17
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.6',
21
'Programming Language :: Python :: 3.7',
22
'Programming Language :: Python :: 3.8',
23
'Programming Language :: Python :: 3.9',
0 commit comments