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 240ae7f commit 40f9c9bCopy full SHA for 40f9c9b
MANIFEST
@@ -0,0 +1,6 @@
1
+# file GENERATED by distutils, do NOT edit
2
+setup.cfg
3
+setup.py
4
+easy_postgres_engine/__init__.py
5
+easy_postgres_engine/postgres_engine.py
6
+easy_postgres_engine/retry_decorator.py
setup.py
@@ -20,5 +20,5 @@
20
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
21
"Operating System :: OS Independent",
22
],
23
- python_requires='>=3.9'
+ python_requires='>=3.8'
24
)
0 commit comments