Skip to content

Commit

Permalink
Drop support for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 28, 2024
1 parent 65729e2 commit 871cd13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
include:
- python: "2.7"
container: "python:2.7"
env:
PYTHON: ${{ matrix.python }}
steps:
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,36,37,38,39,310,311,312,313}, py38-mypy, py311-fam
envlist = py{36,37,38,39,310,311,312,313}, py38-mypy, py311-fam

[testenv]
deps =
Expand Down Expand Up @@ -33,7 +33,6 @@ flake8-max-line-length = 500

[gh-actions]
python =
2.7: py27
3.6: py36
3.7: py37
3.8: py38
Expand Down

0 comments on commit 871cd13

Please sign in to comment.