Skip to content

Commit 11fcd82

Browse files
authored
Update testing.yml
drop support for Python 3.9, add support for Python 3.12 following materialsproject/pymatgen#4009
1 parent e398fdb commit 11fcd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 20
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
python-version: ["3.9", "3.10", "3.11"]
12+
python-version: ["3.10", "3.11", 3.12]
1313

1414
runs-on: ${{ matrix.os }}
1515

0 commit comments

Comments
 (0)