mirror of
https://github.com/actions/setup-python.git
synced 2026-07-14 23:15:49 +00:00
6849080452
* remove EOL Python versions * Fix typo in comments for executable suffix removal in test-pypy.yml
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.4.6"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "*" |