We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24f5ea commit f720255Copy full SHA for f720255
setup.py
@@ -20,7 +20,7 @@
20
author="Ramon Bouckaert",
21
author_email="ramon.bouckaert@zepben.com",
22
package_dir={"": "src"},
23
- python_requires='>=3.9',
+ python_requires='>=3.10',
24
packages=find_namespace_packages(where="src"),
25
install_requires=[
26
"geojson==2.5.0",
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py39
+envlist = py310
3
4
[testenv]
5
allowlist_externals = /bin/bash
0 commit comments