Skip to content

Commit

Permalink
Drop Python 3.8 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Oct 29, 2024
1 parent 74b6faf commit 98444cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
test:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/Zac-HD/shed
rev: 2023.6.1 # 0.7 does not support Python 3.7
rev: 2023.6.1
hooks:
- id: shed
args:
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ classifiers =

License :: OSI Approved :: Apache Software License

Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13

Topic :: Software Development :: Testing

Expand All @@ -32,7 +33,7 @@ classifiers =
Typing :: Typed

[options]
python_requires = >=3.7
python_requires = >=3.9
packages = find:
include_package_data = True

Expand Down

0 comments on commit 98444cb

Please sign in to comment.