Mercurial > p > roundup > code
changeset 7893:ff5cadffa8f0
chore: change spec for 3.13.
I have it set up so I can just use 3.13 as the version and it will pull
alphas. no need for -alpha in spec.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 20 Apr 2024 13:34:23 -0400 |
| parents | 3f55b5e33a60 |
| children | 7b0a143ac806 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Apr 20 13:29:45 2024 -0400 +++ b/.github/workflows/ci-test.yml Sat Apr 20 13:34:23 2024 -0400 @@ -68,8 +68,10 @@ experimental: [ false ] include: - # example: if 3.12 fails the jobs still succeeds - - python-version: 3.13-alpha + # example: if 3.13 fails the jobs still succeeds + # allow-prereleases in setup-python allows alpha/beta + # releases to run + - python-version: 3.13 os: ubuntu-22.04 experimental: true
