Skip to content

Commit

Permalink
ci: use Python 3.11 from Debian 12 for testing
Browse files Browse the repository at this point in the history
In commit 3ac7d39 ("buildworker,buildmaster: bump Debian to version
12") we switched the base system to Debian 12 which uses Python 3.11.2,
thus lets test on CI with same version.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
  • Loading branch information
ynezz committed Sep 28, 2024
1 parent e08d9b6 commit 339e00d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"

steps:
- name: Checkout
Expand Down

0 comments on commit 339e00d

Please sign in to comment.