Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version in workflow actions and enable 3.13 #97

Merged
merged 4 commits into from
Jan 5, 2024

Conversation

rffontenelle
Copy link
Contributor

This PR changes the following:

  • Updates the CI workflow with newer action versions
  • Drops deadsnakes action in favor for action/setup-python's allow-prereleases (introduced in v4.6.0)
  • Enable python 3.13 tests, and add its classifier to pyproject.toml
  • Adds concurrency rule in workflow to prevent more than on workflow run for the same commit or commit hash (inspired in packaging.python.org)

rffontenelle and others added 4 commits December 11, 2023 16:56
Prevent from running the workflow more than once for the same
pull request or for the same commit hash
Drop complexity of the workflow and tox config by not using
deadsnakes GitHub Action. Instead, use setup-python action's
pre-release versions.
Copy link
Member

@shimizukawa shimizukawa left a comment

Choose a reason for hiding this comment

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

Excellent!
I didn't know that setup-python could now handle this. Thank you!

@shimizukawa shimizukawa merged commit 19bfded into sphinx-doc:master Jan 5, 2024
9 checks passed
@rffontenelle rffontenelle deleted the upd-workflow branch January 5, 2024 11:15
@julywint007
Copy link

Run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants