Skip to content

Commit

Permalink
chore: stick to 3.11 in ci bits for now
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed May 12, 2024
1 parent 2e40bb0 commit 82570e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 1
matrix:
os: [ubuntu-latest]
version: ["3.12"]
version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: set up python ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
max-parallel: 1
matrix:
os: [ubuntu-latest]
version: ["3.12"]
version: ["3.11"]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 82570e7

Please sign in to comment.