Skip to content

Commit

Permalink
Update gitlab workflows to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Jan 3, 2025
1 parent 0011bbc commit e17ebee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Check-versions
strategy:
matrix:
python-version: [3.11]
python-version: [3.12]
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Pre-commit
strategy:
matrix:
python-version: [3.11]
python-version: [3.12]
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
Expand Down

0 comments on commit e17ebee

Please sign in to comment.