GitHub Actions Iterations

This commit is contained in:
Semantic Versioner 2023-07-22 05:04:59 -04:00
parent 05b2278154
commit 5c9bcfdac2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout

View File

@ -24,7 +24,7 @@ classifiers =
[options]
include_package_data = True
packages = find:
python_requires = >=3.7, <4
python_requires = >=3.8, <4
install_requires =
toml