Skip to content

Commit 2c08818

Browse files
committed
Merge branch 'main' into zmq_anyio
2 parents acb0fad + 38b470a commit 2c08818

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
25+
python-version:
26+
- "3.9"
27+
- "3.10"
28+
- "3.11"
29+
- "3.12"
30+
- "3.13"
31+
- "pypy-3.9"
32+
- "pypy-3.10"
2633
steps:
2734
- name: Checkout
2835
uses: actions/checkout@v4

0 commit comments

Comments
 (0)