Skip to content

Commit

Permalink
Remove support for python 3.9 since it is unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Dec 16, 2023
1 parent 1fa6130 commit 11ce5b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint
on: [push, pull_request]
env:
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.10

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Mypy (Type check)
on: [push, pull_request]
env:
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.10

jobs:
mypy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]
module: [Core]

# We want to run on external PRs, but not on our own internal PRs as they'll be run
Expand Down

0 comments on commit 11ce5b4

Please sign in to comment.