Skip to content

Commit

Permalink
Merge pull request #932 from reef-technologies/py312
Browse files Browse the repository at this point in the history
use stable py312 for testing
  • Loading branch information
mjurbanski-reef authored Oct 19, 2023
2 parents 953b445 + ce37f61 commit 7426f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,12 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy-3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]
exclude:
- os: "macos-latest"
python-version: "pypy-3.10"
- os: "windows-latest"
python-version: "pypy-3.10"
# FIXME remove these exclusions after 3.12 release; 3.12-dev setlocale(...) is broken on Windows & Mac
- os: "macos-latest"
python-version: "3.12-dev"
- os: "windows-latest"
python-version: "3.12-dev"
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Infrastructure
* Fix gathering licenses of typeshed libraries
* Fix spellcheck erroring out on LICENSE file
* Use stable Python 3.12 in CI

## [3.10.1] - 2023-09-27

Expand Down

0 comments on commit 7426f9c

Please sign in to comment.