Skip to content

Commit eac81cb

Browse files
author
Sébastien Delafond
committed
Retire EOL'ed python 3.5
1 parent 922dffb commit eac81cb

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/python.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
13-
include:
14-
- python-version: "3.5"
15-
pip-trusted-host: "pypi.python.org pypi.org files.pythonhosted.org"
1613

1714
steps:
1815
- uses: actions/checkout@v4
@@ -21,8 +18,6 @@ jobs:
2118
uses: actions/setup-python@v4
2219
with:
2320
python-version: ${{ matrix.python-version }}
24-
env:
25-
PIP_TRUSTED_HOST: ${{ matrix.pip-trusted-host }}
2621

2722
- name: Display Python version
2823
run: python -c "import sys; print(sys.version)"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"Programming Language :: Python :: 2",
2626
"Programming Language :: Python :: 2.7",
2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.5",
2928
"Programming Language :: Python :: 3.6",
3029
"Programming Language :: Python :: 3.7",
3130
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)