1 parent f9974e0 commit d8a2f02Copy full SHA for d8a2f02
1 file changed
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: [3.9, "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12"]
11
steps:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-python@v4
0 commit comments