Skip to content

Commit

Permalink
Fix compilation issue for old python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xente committed Nov 18, 2024
1 parent 2a8345c commit 2369c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ permissions:

jobs:
deploy:

runs-on: ubuntu-latest
#Fix version needed to use python 2.7 and 3.6 https://github.com/actions/setup-python/issues/544
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:

jobs:
test:
runs-on: ubuntu-latest
#Fix version needed to use python 2.7 and 3.6 https://github.com/actions/setup-python/issues/544
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 2369c7c

Please sign in to comment.