Skip to content

Commit

Permalink
Drop support for python 3.3 & 3.4 (#72)
Browse files Browse the repository at this point in the history
* Remove test for python 3.3 & 3.4

* Remove 3.3 and 3.4 from classifiers list

* Update python requires
  • Loading branch information
10sr authored Oct 18, 2023
1 parent db9460b commit 1a557c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ jobs:
runs-on: ubuntu-20.04
- python-version: "3.5"
runs-on: ubuntu-20.04
- python-version: "3.4"
runs-on: ubuntu-18.04
- python-version: "3.3"
runs-on: ubuntu-18.04
env:
python_version_codecov: "3.11"
runs-on: ${{ matrix.runs-on }}
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Expand All @@ -37,7 +35,7 @@ classifiers =


[options]
python_requires = >=3.3
python_requires = >=3.5
packages = find:
install_requires =
flake8
Expand Down

0 comments on commit 1a557c4

Please sign in to comment.