We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4209d commit 304f64fCopy full SHA for 304f64f
1 file changed
.github/workflows/linting_and_unittests.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
# macos-latest currently has issues (https://github.com/actions/setup-python/issues/855)
16
os: [ubuntu-latest, windows-latest, macos-13]
17
- python-version: ['3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.10', '3.11', '3.12']
18
runs-on: ${{ matrix.os }}
19
steps:
20
- uses: actions/checkout@v2
0 commit comments