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: strategy:
matrix: matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] python-version: ["3.8", "3.9", "3.10", "3.11"]
steps: steps:
- name: Checkout - name: Checkout

View File

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