[LABS-247] Move defaults from 3.10 to 3.12 (#20115)

* initial changes

* poetry fix

* Address ruff

* Install scripts issues

* Experiment a little bit

* Okay now try for rocky linux and use 3.12 instead

* Remove the now unused thing

* Move defaults from 3.10 to 3.12

* Setup python3.12

* debug

* debug

* whoops

* listen I really dont know what Im doing

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* Use Chia action

* Use an upstream change

* debug

* Move the python setup to the install action

* try something dumb

* back to sh

* debug

* Cleanup after extensive debug

* Add SQLite version report

* test with new images

* remove python setup

* try this image?

* back to this

* Try hyphenless

* Use published pyhon312 tags
This commit is contained in:
Matt Hauff
2025-10-17 06:32:03 -07:00
committed by GitHub
parent e1e7e781eb
commit f4f7fad91b
12 changed files with 32 additions and 48 deletions
+3
View File
@@ -93,6 +93,9 @@ if ($openSSLVersion -lt 269488367)
Write-Output "Anything before 1.1.1n is vulnerable to CVE-2022-0778."
}
$SQLiteVersionStr = (py -$pythonVersion -c 'import sys; import sqlite3; print(sqlite3.sqlite_version)')
Write-Output "SQLite version is: $SQLiteVersionStr"
$extras_cli = @()
foreach ($extra in $extras)
{