Skip to content

Commit f73cc7c

Browse files
committed
ci: run JSON-RPC tests with Python 3.13
1 parent 2cb99c6 commit f73cc7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ jobs:
281281
matrix:
282282
include:
283283
- os: ubuntu-latest
284-
python: 3.14
284+
python: 3.13
285285
- os: macos-latest
286-
python: 3.14
286+
python: 3.13
287287
- os: windows-latest
288-
python: 3.14
288+
python: 3.13
289289

290290
# PyPy tests
291291
- os: ubuntu-latest

0 commit comments

Comments
 (0)