Skip to content

Commit

Permalink
Don't push with 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Feb 3, 2024
1 parent 90bc8fe commit 517c032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# We cannot use 3.6 as it is not supported anymore by github actions
# but we still want to deploy the wheels we built for it
python-version: 3.10

- run: pip install twine

Expand Down

0 comments on commit 517c032

Please sign in to comment.