1
0
Fork 0
forked from github/pelican

Remove python 3.7 build configuration

This commit is contained in:
Lioman 2023-10-28 10:53:33 +02:00 committed by Justin Mayer
commit 58e70082e0
2 changed files with 3 additions and 6 deletions

View file

@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu
python: "3.7"
- os: ubuntu
python: "3.8"
- os: ubuntu
@ -28,9 +26,9 @@ jobs:
- os: ubuntu
python: "3.12"
- os: macos
python: "3.7"
python: "3.10"
- os: windows
python: "3.7"
python: "3.10"
steps:
- uses: actions/checkout@v3