8000 chore(ci): increase tested pypy to 3.9 and 3.10 (#1450) · python-zeroconf/python-zeroconf@581807b · GitHub
[go: up one dir, main page]

Skip to content

Commit 581807b

Browse files
authored
chore(ci): increase tested pypy to 3.9 and 3.10 (#1450)
chore(ci): increase tested pypy to 3.9 and 3.10
1 parent 88dcd31 commit 581807b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- "3.11"
4343
- "3.12"
4444
- "3.13"
45-
- "pypy-3.8"
4645
- "pypy-3.9"
46+
- "pypy-3.10"
4747
os:
4848
- ubuntu-latest
4949
- macos-latest
@@ -56,14 +56,14 @@ jobs:
5656
extension: use_cython
5757
- os: windows-latest
5858
extension: use_cython
59-
- os: windows-latest
60-
python-version: "pypy-3.8"
6159
- os: windows-latest
6260
python-version: "pypy-3.9"
63-
- os: macos-latest
64-
python-version: "pypy-3.8"
61+
- os: windows-latest
62+
python-version: "pypy-3.10"
6563
- os: macos-latest
6664
python-version: "pypy-3.9"
65+
- os: macos-latest
66+
python-version: "pypy-3.10"
6767
runs-on: ${{ matrix.os }}
6868
steps:
6969
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0