File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,10 @@ jobs:
2222 fail-fast : false
2323 matrix :
2424 os : [ubuntu-latest, windows-latest, macos-latest]
25- python-version : ["3.9 ", "3.13"]
25+ python-version : ["3.11", "3.12 ", "3.13"]
2626 include :
2727 - os : ubuntu-latest
28- python-version : " pypy-3.9"
29- - os : macos-latest
30- python-version : " 3.10"
31- - os : ubuntu-latest
32- python-version : " 3.11"
33- - os : ubuntu-latest
34- python-version : " 3.12"
28+ python-version : " pypy-3.11"
3529 steps :
3630 - name : Checkout
3731 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44# Distributed under the terms of the Modified BSD License.
55
66import ast
7+ import gc
78import os .path
89import platform
910import signal
@@ -601,6 +602,7 @@ def test_control_thread_priority():
601602
602603
603604def test_sequential_control_messages ():
605+ gc .collect ()
604606 with new_kernel () as kc :
605607 msg_id = kc .execute ("import time" )
606608 get_reply (kc , msg_id )
You can’t perform that action at this time.
0 commit comments