Skip to content

Commit

Permalink
Removed support for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adityajaroli committed Jan 12, 2024
1 parent 52a5023 commit bcb2d70
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["2.7", "3.5", "3.6", "3.9"]
python-version: ["3.5", "3.6", "3.9"]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ sudo: false
cache: pip
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.5
env: TOXENV=py35
- python: 3.6
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def read(*names, **kwargs):
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.9",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,35,36,39}
envlist = py{35,36,39}

[testenv]
deps =
Expand Down

0 comments on commit bcb2d70

Please sign in to comment.