8000 Use the latest Python for macOS and Windows tests · IBMZ-Linux-OSS-Python/anyio@6c70118 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c70118

Browse files
committed
Use the latest Python for macOS and Windows tests
1 parent 96b5ce8 commit 6c70118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
- os: macos-latest
6767
python-version: "3.8"
6868
- os: macos-latest
69-
python-version: "3.11"
69+
python-version: "3.12"
7070
- os: windows-latest
7171
python-version: "3.8"
7272
- os: windows-latest
73-
python-version: "3.11"
73+
python-version: "3.12"
7474
runs-on: ${{ matrix.os }}
7575
needs: changed-files
7676
if: |

0 commit comments

Comments
 (0)
0