Skip to content

Commit

Permalink
Retire EOL'ed python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Delafond committed Jun 18, 2024
1 parent 922dffb commit eac81cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- python-version: "3.5"
pip-trusted-host: "pypi.python.org pypi.org files.pythonhosted.org"

steps:
- uses: actions/checkout@v4
Expand All @@ -21,8 +18,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: ${{ matrix.pip-trusted-host }}

- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit eac81cb

Please sign in to comment.