Skip to content

Commit

Permalink
github: bump python minimum version to 3.10
Browse files Browse the repository at this point in the history
Certain code features require python >= 3.10. This year is also when
python 3.8 reaches EOL.

Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
  • Loading branch information
r-c-n committed Feb 16, 2024
1 parent 8e8752d commit 2ff9a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.8', '3.11']
python-version: ['3.10', '3.11']

steps:

Expand Down

0 comments on commit 2ff9a9a

Please sign in to comment.