Browse Source

[ENH] Update Python version to 3.12

pull/1/head
Tony-HYX 1 year ago
parent
commit
347cd39f9f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build-and-test.yaml

+ 1
- 1
.github/workflows/build-and-test.yaml View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.12']
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2




Loading…
Cancel
Save