Skip to content

Commit a88ce78

Browse files
committed
Remove python 3.9 from workflow.yml
1 parent 2378a55 commit a88ce78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
needs: [make]
1414
strategy:
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.10", "3.11", "3.12"]
1717
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macos-12, macos-13, macos-14]
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)