Skip to content

Commit

Permalink
fixed Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
prasad-sawantdesai committed Feb 5, 2025
1 parent e388694 commit 962bc71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
# until saxonche is available in 3.13
# https://saxonica.plan.io/issues/6561
python-version: "<3.13"

- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
# until saxonche is available in 3.13
# https://saxonica.plan.io/issues/6561
python-version: "<3.13"
- name: Install pypa/build
run: >-
python3 -m pip install pip setuptools wheel build
Expand Down

0 comments on commit 962bc71

Please sign in to comment.