We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1805c commit 73092a9Copy full SHA for 73092a9
1 file changed
setup.cfg
@@ -12,8 +12,6 @@ classifiers =
12
License :: OSI Approved :: Apache Software License
13
Natural Language :: English
14
Programming Language :: Python :: 3
15
- Programming Language :: Python :: 3.8
16
- Programming Language :: Python :: 3.9
17
Programming Language :: Python :: 3.10
18
Programming Language :: Python :: 3.11
19
Programming Language :: Python :: 3.12
@@ -30,7 +28,7 @@ version = 0.4.0
30
28
[options]
31
29
zip_safe = False
32
include_package_data = True
33
-python_requires = >=3.8
+python_requires = >=3.10
34
packages =
35
install_requires =
36
copier==9.2.0
0 commit comments