Remove Python 3.7 Support

This commit is contained in:
Dylan
2023-07-05 19:46:52 +01:00
parent 6e971d4b0b
commit 736e2690cc
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
environment: test
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3