Skip to content

Commit

Permalink
Merge pull request #82 from personnummer/ubuntu-version
Browse files Browse the repository at this point in the history
Removed support from python 3.7 so the tests can run on 24.04. As the Renovate bot will not accept running on 22.04 and attempt to upgrade to 24.04
  • Loading branch information
dannyhajj authored Dec 13, 2024
2 parents aaf66ec + 9433aaf commit 099807c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 1
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 099807c

Please sign in to comment.