Skip to content

Commit

Permalink
drop python 3.7, as its EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Cube707 committed Mar 15, 2024
1 parent c8e90b2 commit 0277fed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- ubuntu-latest
- windows-latest
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand Down
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ repos:
hooks:
- name: format setup.cfg
id: setup-cfg-fmt
args:
- "--include-version-classifiers"
- "--min-py-version=3.7"
args: [--include-version-classifiers]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers =
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -40,7 +39,7 @@ project_urls =
packages = find:
install_requires =
setuptools>=41.0
python_requires = >=3.7
python_requires = >=3.8
include_package_data = True
zip_safe = false

Expand Down

0 comments on commit 0277fed

Please sign in to comment.