Skip to content

Commit 8e5d5b1

Browse files
committed
build: tweak some version info
1 parent b0236df commit 8e5d5b1

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]
164164
line-length = 100
165165

166166
[tool.ruff.lint]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
Programming Language :: Python :: 3.12
2828
Programming Language :: Python :: 3.13
2929
Programming Language :: Python :: 3.14
30+
Programming Language :: Python :: 3.15
3031
Programming Language :: Python :: Implementation :: CPython
3132
Programming Language :: Python :: Implementation :: PyPy
3233
Topic :: Software Development :: Quality Assurance

0 commit comments

Comments
 (0)