Skip to content

Commit

Permalink
ci: updated workflow to have python match 3.10 requirement in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brfi3983 committed Feb 15, 2024
1 parent 1c1b742 commit 8d8e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '<3.12'
python-version: '<3.11'
- name: Install dependencies
run: python -m pip install --upgrade pip build twine
- name: Build package
Expand Down

0 comments on commit 8d8e3ee

Please sign in to comment.