Skip to content

Commit 6cb2c71

Browse files
authored
Add Python 3.13 to tests job in test-install workflow and for verdi and presto jobs in ci-code workflow (aiidateam#6843)
This change was forgotten and not included in PR aiidateam#6600 (eb34b0)
1 parent 958bfd0 commit 6cb2c71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install aiida-core
103103
uses: ./.github/actions/install-aiida-core
104104
with:
105-
python-version: '3.11'
105+
python-version: '3.13'
106106

107107
- name: Setup SSH on localhost
108108
run: .github/workflows/setup_ssh.sh
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install aiida-core
125125
uses: ./.github/actions/install-aiida-core
126126
with:
127-
python-version: '3.12'
127+
python-version: '3.13'
128128
from-lock: 'true'
129129
extras: ''
130130

.github/workflows/test-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
strategy:
163163
fail-fast: false
164164
matrix:
165-
python-version: ['3.9', '3.10', '3.11', '3.12']
165+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
166166

167167
services:
168168
postgres:

0 commit comments

Comments
 (0)