Skip to content

Commit d84af0a

Browse files
jsf9kdv4harr10
andcommitted
Update python_requires to >=3.8
This is necessary since we have dropped support for Python 3.7. Co-authored-by: David Harris <123905168+dv4harr10@users.noreply.github.com>
1 parent d50245a commit d84af0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_version(version_file):
8282
"Programming Language :: Python :: 3.12",
8383
"Programming Language :: Python :: Implementation :: CPython",
8484
],
85-
python_requires=">=3.7",
85+
python_requires=">=3.8",
8686
# What does your project relate to?
8787
keywords="skeleton",
8888
packages=find_packages(where="src"),

0 commit comments

Comments
 (0)