mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Drop unsupported Python 3.5 from test matrix
This commit is contained in:
parent
ce5d063513
commit
8bb5f1b786
3 changed files with 1 additions and 5 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -15,8 +15,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
config:
|
||||
- os: ubuntu
|
||||
python: 3.5
|
||||
- os: ubuntu
|
||||
python: 3.6
|
||||
- os: ubuntu
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -66,7 +66,6 @@ setup(
|
|||
'License :: OSI Approved :: GNU Affero General Public License v3',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -1,9 +1,8 @@
|
|||
[tox]
|
||||
envlist = py{3.5,3.6,3.7,3.8,3.9},docs,flake8
|
||||
envlist = py{3.6,3.7,3.8,3.9},docs,flake8
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py3.5: python3.5
|
||||
py3.6: python3.6
|
||||
py3.7: python3.7
|
||||
py3.8: python3.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue