Skip to content

Commit fd9c6f1

Browse files
Replace outdated reference to Python 3.10 as the latest 3.x release (#1251)
Co-authored-by: Brian Rutledge <[email protected]>
1 parent 7815c80 commit fd9c6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Then, add the following under the ``build-n-publish`` section:
9393
:end-before: Install pypa/build
9494

9595
This will download your repository into the CI runner and then
96-
install and activate Python 3.10.
96+
install and activate the newest available Python 3 release.
9797

9898
And now we can build dists from source. In this example, we'll
9999
use ``build`` package.

0 commit comments

Comments
 (0)