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 2cde763 commit 0ba517eCopy full SHA for 0ba517e
setup.cfg
@@ -12,13 +12,13 @@ project_urls =
12
Repository = https://github.com/FileXdb/FileXdb-Python
13
Bug Tracker = https://github.com/FileXdb/FileXdb-Python/issues
14
classifiers =
15
- Development Status :: Beta
+ Development Status :: 4 - Beta
16
Programming Language :: Python :: 3
17
License :: OSI Approved :: MIT License
18
Operating System :: OS Independent
19
20
21
[options]
22
packages = find:
23
-python_requires = 3.7 or above
+python_requires = >=3.7
24
0 commit comments