Skip to content

Commit 92ce55f

Browse files
committed
Update CI to test with python 3.9
aiida-vasp support python >=3.10 only
1 parent d017b55 commit 92ce55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
python-version: ['3.9', '3.10', '3.11', '3.12']
37+
python-version: ['3.10', '3.11', '3.12']
3838

3939
services:
4040
rabbitmq:
@@ -70,7 +70,7 @@ jobs:
7070

7171
strategy:
7272
matrix:
73-
python-version: ['3.9']
73+
python-version: ['3.10']
7474

7575
steps:
7676
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)