Lowest supported Python version is 3.9

importlib.resources.files() API isn't available in the older Pythons.
This commit is contained in:
Karolina Surma
2023-06-02 09:45:40 +02:00
parent d8bb58ad49
commit 316a6818d9
+4 -2
View File
@@ -13,7 +13,9 @@ license_files =
url = https://github.com/befeleme/pyp2spec/
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: POSIX :: Linux
License :: OSI Approved :: MIT License
License :: OSI Approved :: MIT No Attribution License (MIT-0)
@@ -21,7 +23,7 @@ classifiers =
[options]
packages = find:
python_requires = >=3.8
python_requires = >=3.9
install_requires =
click
jinja2