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 15, 2023
1 parent 1fa6130 commit c9984c7
Showing 1 changed file with 1 addition and 1 deletion.
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 c9984c7

Please sign in to comment.