Skip to content

Commit

Permalink
Bump min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed May 13, 2024
1 parent f81c0d5 commit 13e7160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
python:
- 3.9
- "3.10"
- "3.11"
- "3.12"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install_requires =
rich
typing-extensions
importlib-metadata;python_version<"3.8"
python_requires = >=3.7
python_requires = >=3.10
include_package_data = true
package_dir =
=src
Expand Down

0 comments on commit 13e7160

Please sign in to comment.