Skip to content

Commit

Permalink
remove python 3.9 from pep-484 suite on github actions
Browse files Browse the repository at this point in the history
since the major typing update in f443584
just merged, python 3.9 is failing
for some reason, but 3.9 support w/ 100% mypy is not priority,
just remove from gh actions

Change-Id: Iddc096e51d685a3933a1cdbdb6c47782870973d4
  • Loading branch information
zzzeek committed Dec 20, 2023
1 parent 4095eba commit e7406fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
os:
- "ubuntu-latest"
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down

0 comments on commit e7406fa

Please sign in to comment.