mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
[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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user