Skip to content

Commit

Permalink
let's go back to not running test on 3.12 mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Nov 24, 2023
1 parent 2986af4 commit 167c3fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
python-version: "pypy-3.10"
- os: "windows-latest"
python-version: "pypy-3.10"
# TODO: 3.12 setlocale(...) is broken on Windows & Mac
- os: "macos-latest"
python-version: "3.12"
- os: "windows-latest"
python-version: "3.12"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 167c3fe

Please sign in to comment.