Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 19, 2024
2 parents b58a2d3 + 8e25ebc commit 8253760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.8', '3.9', '3.10']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
image:
- ubuntu-latest
runs-on: '${{ matrix.image }}'
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.10']
python: ['3.12']
image:
- ubuntu-latest
runs-on: '${{ matrix.image }}'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
python:
- '3.10'
- '3.12'
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit 8253760

Please sign in to comment.