issues
search
sphinx-doc
/
sphinx-intl
A Sphinx utility that make it easy to translate and to apply translations.
https://sphinx-intl.readthedocs.io/
BSD 2-Clause "Simplified" License
74
stars
38
forks
source link
Update version in workflow actions and enable 3.13
#97
Closed
rffontenelle
closed
10 months ago
rffontenelle
commented
11 months ago
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)
julywint007
commented
1 month ago
Run
This PR changes the following:
allow-prereleases
(introduced in v4.6.0)