mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove python 3.7 build configuration
This commit is contained in:
parent
8fd5d6f51b
commit
58e70082e0
2 changed files with 3 additions and 6 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -15,8 +15,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- os: ubuntu
|
|
||||||
python: "3.7"
|
|
||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
python: "3.8"
|
python: "3.8"
|
||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
|
|
@ -28,9 +26,9 @@ jobs:
|
||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
python: "3.12"
|
python: "3.12"
|
||||||
- os: macos
|
- os: macos
|
||||||
python: "3.7"
|
python: "3.10"
|
||||||
- os: windows
|
- os: windows
|
||||||
python: "3.7"
|
python: "3.10"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
3
tox.ini
3
tox.ini
|
|
@ -1,9 +1,8 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py{3.7,3.8,3.9,3.10,3.11.3.12},docs,flake8
|
envlist = py{3.8,3.9,3.10,3.11.3.12},docs,flake8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
basepython =
|
||||||
py3.7: python3.7
|
|
||||||
py3.8: python3.8
|
py3.8: python3.8
|
||||||
py3.9: python3.9
|
py3.9: python3.9
|
||||||
py3.10: python3.10
|
py3.10: python3.10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue