Skip to content

Commit

Permalink
Bump python version in test action (#1912)
Browse files Browse the repository at this point in the history
bump python version in test action
  • Loading branch information
marcelveldt authored Feb 15, 2024
1 parent b6a0cc8 commit e46cb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -33,8 +33,8 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"

steps:
- name: Check out code from GitHub
Expand Down

0 comments on commit e46cb91

Please sign in to comment.