Skip to content

Commit

Permalink
ci: update list of tested Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jun 19, 2024
1 parent 6889ba6 commit 8bd1696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: [windows-latest]
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.12']

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand All @@ -70,7 +70,7 @@ jobs:
runs-on: [macos-latest]
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.12']
env:
MACOSX_DEPLOYMENT_TARGET: "10.14"

Expand Down

0 comments on commit 8bd1696

Please sign in to comment.