Skip to content

Commit 304f64f

Browse files
committed
Also remove Python 3.9 from test matrix
1 parent 3a4209d commit 304f64f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linting_and_unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
# macos-latest currently has issues (https://github.com/actions/setup-python/issues/855)
1616
os: [ubuntu-latest, windows-latest, macos-13]
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.10', '3.11', '3.12']
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)