File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -101,12 +101,6 @@ jobs:
101101 # skip them for now.
102102 - os : windows
103103 python-version : " pypy-3.10"
104- # Windows 3.14.0b1 seems confused somehow about t vs not-t:
105- # https://github.com/python/cpython/issues/133779
106- - os : windows
107- python-version : " 3.14"
108- - os : windows
109- python-version : " 3.14t"
110104 # If we need to tweak the os version we can do it with an include like
111105 # this:
112106 # include:
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ ghrel_template = """
160160
161161[tool .ruff ]
162162# PYVERSION
163- target-version = " py39 " # Can't use [project]
163+ target-version = " py310 " # Can't use [project]
164164line-length = 100
165165
166166[tool .ruff .lint ]
Original file line number Diff line number Diff line change 2727Programming Language :: Python :: 3.12
2828Programming Language :: Python :: 3.13
2929Programming Language :: Python :: 3.14
30+ Programming Language :: Python :: 3.15
3031Programming Language :: Python :: Implementation :: CPython
3132Programming Language :: Python :: Implementation :: PyPy
3233Topic :: Software Development :: Quality Assurance
You can’t perform that action at this time.
0 commit comments