Skip to content

Commit a49446f

Browse files
authored
Add Python 3.13 to GitHub Actions
Addresses #719 (review) Will also require updating branch protection rules.
1 parent 9b26a92 commit a49446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/get-python-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- id: extract-versions
2222
run: |
23-
python_versions='[ "3.8", "3.9", "3.10", "3.11", "3.12" ]'
23+
python_versions='[ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]'
2424
2525
echo "python-versions=${python_versions}" >> $GITHUB_OUTPUT
2626
echo "earliest-python-version=$(echo "${python_versions}" | jq --raw-output '.[0]')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)