Skip to content

Commit

Permalink
remove support for python < 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 5, 2023
1 parent d5ac70c commit 30d7ce5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -17,11 +17,6 @@ jobs:
python: ["3"]
os: ["ubuntu-latest"]
include:
- {python: "2.7", os: "ubuntu-22.04"}
# https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
# - {python: "3.4", os: "ubuntu-18.04"}
- {python: "3.5", os: "ubuntu-20.04"}
- {python: "3.6", os: "ubuntu-20.04"}
- {python: "3.7", os: "ubuntu-22.04"}
- {python: "3.8", os: "ubuntu-22.04"}
- {python: "3.9", os: "ubuntu-22.04"}
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
@@ -1,10 +1,6 @@
language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Expand Up @@ -18,12 +18,7 @@ classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 30d7ce5

Please sign in to comment.