Skip to content

Commit

Permalink
3.8 is no longer officially supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwwarren committed Oct 7, 2024
1 parent d458ff0 commit 7f17614
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.8
python_version = 3.9

ignore_missing_imports = False
warn_unused_ignores = True
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
default_language_version:
python: python3.8
python: python3.9

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 7f17614

Please sign in to comment.