File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616env :
1717 REPORTS_DIR : CI_reports
18- PYTHON_VERSION : " 3.11 "
18+ PYTHON_VERSION : " 3.12 "
1919 POETRY_VERSION : " 1.8.1"
2020
2121jobs :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ concurrency:
3232 cancel-in-progress : true
3333
3434env :
35- PYTHON_VERSION_DEFAULT : " 3.11 "
35+ PYTHON_VERSION_DEFAULT : " 3.12 "
3636 POETRY_VERSION : " 1.8.1"
3737 REPORTS_DIR : CI_reports
3838 TESTS_REPORTS_ARTIFACT : tests-reports
Original file line number Diff line number Diff line change 4141 REPORTS_DIR : CI_reports
4242 DIST_DIR : dist
4343 DIST_ARTIFACT : python-dist
44- PYTHON_VERSION_DEFAULT : " 3.11 "
44+ PYTHON_VERSION_DEFAULT : " 3.12 "
4545 POETRY_VERSION : " 1.8.1"
4646
4747jobs :
Original file line number Diff line number Diff line change 1- FROM python:3.11 -slim
1+ FROM python:3.12 -slim
22
33ARG VERSION
44
You can’t perform that action at this time.
0 commit comments