Skip to content

Commit

Permalink
Add trial bumps to unqualified Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Oct 8, 2023
1 parent 8b36d88 commit 6dcd348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12.0-rc.3']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
Expand All @@ -68,4 +68,3 @@ jobs:
run: |
pytest --cov
tox -e sdist_install
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
spec: '3.10'
py311:
spec: '3.11'
py312:
spec: '3.12'
platforms: [linux, windows, macOs]

- template: azure-sdisttest.yml
Expand Down
2 changes: 1 addition & 1 deletion azure-sdisttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.10'
versionSpec: '3.11'

- task: Cache@2
inputs:
Expand Down

0 comments on commit 6dcd348

Please sign in to comment.