1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-04-04 07:17:34 +00:00
setup-python/__tests__/data/Pipfile
priya-kinthali 8d9ed9ac5c
Add e2e Testing for free threaded and Bump @action/cache from 4.0.0 to 4.0.3 ()
* 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
2025-03-24 11:19:17 -05:00

13 lines
No EOL
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 = "*"