Skip to content

Commit

Permalink
Merge pull request #49 from bitcraze/rik/pythonbump
Browse files Browse the repository at this point in the history
Python & Debian bump
  • Loading branch information
gemenerik authored Oct 17, 2024
2 parents aeeda61 + 12143e1 commit 639b527
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crazylab-linux-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: [self-hosted, linux]
timeout-minutes: 120
container:
image: python:3.9.7-buster
image: python:3.13.0-bookworm
options: --privileged
steps:
- name: Install libusb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crazylab-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: [self-hosted, linux]
timeout-minutes: 120
container:
image: python:3.9.7-buster
image: python:3.13.0-bookworm
options: --privileged
env:
CRAZY_SITE: crazylab-malmö
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/crazylab-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: [self-hosted, macOS]
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.10", "3.11", "3.12", "3.13"]
fail-fast: false
env:
TEST_FILE: Mac__sanity_test_job-${{github.run_number}}-${{ matrix.python_version }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: [self-hosted, linux]
strategy:
matrix:
python_version: ["3.8","3.9", "3.10", "3.11","3.12"]
python_version: ["3.10", "3.11","3.12", "3.13"]
fail-fast: false
env:
TEST_FILE: Linux_sanity_test_job-${{github.run_number}}-${{ matrix.python_version }}
Expand All @@ -86,7 +86,7 @@ jobs:
PYTHON_VERSION: ${{ matrix.python_version }}
timeout-minutes: 120
container:
image: python:${{ matrix.python_version }}-bullseye
image: python:${{ matrix.python_version }}-bookworm
options: --privileged
steps:
- name: Upgrade pip
Expand Down

0 comments on commit 639b527

Please sign in to comment.