Dropped support for Python 3.8, as it reached its end-of-life in October 2024.

This commit is contained in:
Joe Testa
2025-08-24 15:50:58 -04:00
parent aaa7d24565
commit d8d90a3a89
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,6 @@ classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
@ -34,7 +33,7 @@ classifiers =
packages = find:
package_dir =
= src
python_requires = >=3.8,<4
python_requires = >=3.9,<4
[options.packages.find]
where = src