Skip to content

Commit

Permalink
Trying newer python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctralie committed Feb 23, 2024
1 parent 76da8ca commit 8d202b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.9, 3.10, 3.11, 3.12]
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.9, 3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v2
Expand All @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.9, 3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.9, 3.10, 3.11, 3.12]

runs-on: "ubuntu-latest"
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
arch: ['x86', 'x64']
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.9, 3.10, 3.11, 3.12]

runs-on: "windows-latest"

Expand Down

0 comments on commit 8d202b7

Please # to comment.