mirror of
https://github.com/actions/setup-python.git
synced 2025-04-04 10:19:23 +07:00

* include freethread e2e testing and upgrade cache from 4.0.0 to 4.0.2 * include verify gil step and validated python version * Rename files * include ubuntu-arm runners for testing
13 lines
172 B
TOML
13 lines
172 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
flake8 = "==6.0.0"
|
|
numpy = "==2.2.4"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "*" |