Skip to content

Conversation

@ngoldbaum
Copy link
Contributor

I think this is all that's needed.

@ngoldbaum
Copy link
Contributor Author

I think this is all that's needed.

Not quite. I'll try to finish this up tomorrow.

@ngoldbaum
Copy link
Contributor Author

I think this is ready now

uses: actions/[email protected]
with:
python-version: ${{ matrix.PYTHON.VERSION }}
allow-prereleases: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We prefer specifying -dev on the versions and not using allow-preleases

- {VERSION: "3.13", NOXSESSION: "tests"}
- {VERSION: "3.13t", NOXSESSION: "tests"}
- {VERSION: "3.14", NOXSESSION: "tests"}
- {VERSION: "3.14t", NOXSESSION: "tests"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While we're happy to add tests for dev releases, these shouldn't be the "default" version we tests against -- that should be whatever the current release of Python is.

@ngoldbaum ngoldbaum requested a review from alex September 18, 2025 17:46
@alex alex merged commit 633f46f into pyca:main Sep 18, 2025
99 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants