mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-27 21:00:37 +02:00
Lowest supported Python version is 3.9
importlib.resources.files() API isn't available in the older Pythons.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user