Skip to content

Commit

Permalink
check packaging on 3.11 (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka authored Apr 18, 2024
1 parent 103a8f9 commit 5a5181b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
uses: sphinx-notes/[email protected]
with:
checkout: false
python_version: '3.12'
python_version: '3.11'

0 comments on commit 5a5181b

Please sign in to comment.