Skip to content

Commit

Permalink
Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Oct 10, 2024
1 parent 83197b5 commit f20fec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.13

- name: Build mkdocs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.13

- name: Build mkdocs
run: |
Expand Down

0 comments on commit f20fec5

Please sign in to comment.