Skip to content

Commit 0ba517e

Browse files
committed
fixed dev status & py version
1 parent 2cde763 commit 0ba517e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ project_urls =
1212
Repository = https://github.com/FileXdb/FileXdb-Python
1313
Bug Tracker = https://github.com/FileXdb/FileXdb-Python/issues
1414
classifiers =
15-
Development Status :: Beta
15+
Development Status :: 4 - Beta
1616
Programming Language :: Python :: 3
1717
License :: OSI Approved :: MIT License
1818
Operating System :: OS Independent
1919

2020

2121
[options]
2222
packages = find:
23-
python_requires = 3.7 or above
23+
python_requires = >=3.7
2424

0 commit comments

Comments
 (0)