Skip to content

Commit deec858

Browse files
committed
use py312 for gha
1 parent 86f2104 commit deec858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- run: poetry config virtualenvs.in-project true
130130
- uses: actions/setup-python@v5
131131
with:
132-
python-version: "3.10"
132+
python-version: "3.12"
133133

134134
- name: Install dependencies
135135
run: poetry install --only dev

0 commit comments

Comments
 (0)