File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 7676 - ' 3.12'
7777 - ' 3.13'
7878 - ' 3.14-dev'
79- - ' pypy3.10 '
79+ - ' pypy3.11 '
8080 fail-fast : false
8181 runs-on : ${{ matrix.os.image }}
8282 name : ${{ matrix.os.name }} (${{ matrix.python-version }})
Original file line number Diff line number Diff line change 4040 matrix :
4141 target : [x86_64, aarch64]
4242 manylinux : [auto, musllinux_1_1]
43- python : ['3.13', 'pypy3.10 ']
43+ python : ['3.13', 'pypy3.11 ']
4444 steps :
4545 - name : Check out
4646 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7777 strategy :
7878 matrix :
7979 target : [x64]
80- python : ['3.13', 'pypy3.10 ']
80+ python : ['3.13', 'pypy3.11 ']
8181 # PyPy doesn't support Windows ARM64.
8282 include :
8383 - python : ' 3.13'
@@ -120,7 +120,7 @@ jobs:
120120 strategy :
121121 matrix :
122122 target : [x86_64, aarch64]
123- python : ['3.13', 'pypy3.10 ']
123+ python : ['3.13', 'pypy3.11 ']
124124 steps :
125125 - name : Check out
126126 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change @@ -134,7 +134,11 @@ DEP001 = ["tomllib"]
134134
135135[tool .pytest .ini_options ]
136136addopts = " --doctest-modules"
137- filterwarnings = [" error" ]
137+ filterwarnings = [
138+ " error" ,
139+ # Triggered by PyPy 3.11 on Windows.
140+ " default:check_home argument is deprecated and ignored:DeprecationWarning" ,
141+ ]
138142norecursedirs = [" fixtures*" ]
139143
140144[tool .ruff ]
You can’t perform that action at this time.
0 commit comments