Skip to content

Commit

Permalink
Make 3.9 the minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 21, 2024
1 parent edfb04a commit deb6d29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers =
Topic :: Software Development :: Testing
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand All @@ -30,7 +29,7 @@ project_urls =

[options]
packages = find:
python_requires = >=3.7
python_requires = >=3.9
setup_requires = setuptools_scm
# add your package requirements here
install_requires =
Expand Down

0 comments on commit deb6d29

Please sign in to comment.