Skip to content

Commit

Permalink
feat: revert upgrade to python 3.11
Browse files Browse the repository at this point in the history
BREAKING CHANGE: downgrade to python 3.10
  • Loading branch information
muhlba91 committed Mar 24, 2023
1 parent 16fa5a0 commit 7e20309
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
language: ["python"]
python-version: ["3.11"]
python-version: ["3.10"]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.11]
python-version: ["3.10"]
poetry-version: [1.4.0]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.11"]
python-version: ["3.10"]
poetry-version: [1.4.0]

steps:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.11]
python-version: ["3.10"]
poetry-version: [1.4.0]

steps:
Expand Down
Loading

0 comments on commit 7e20309

Please sign in to comment.