Skip to content

Commit

Permalink
fix python-version to 3.11 as 3.12 seems broken with CPython
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jan 18, 2024
1 parent 0ef82cb commit 4834f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pipenv'
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
Expand Down

0 comments on commit 4834f8c

Please sign in to comment.