Skip to content

Commit 35f7d20

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Build free-threaded CPython wheels
1 parent 4695dc2 commit 35f7d20

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
- os: "windows-11-arm"
125125
python-version: "3.11"
126126
architecture: "arm64"
127-
#- os: "windows-11-arm" # broken?
128-
# python-version: "3.14t"
129-
# architecture: "arm64"
127+
- os: "windows-11-arm"
128+
python-version: "3.14t"
129+
architecture: "arm64"
130130
fail-fast: false
131131

132132
steps:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ keywords = [
4242
"field-of-view",
4343
"pathfinding",
4444
]
45-
classifiers = [
45+
classifiers = [ # https://pypi.org/classifiers/
4646
"Development Status :: 5 - Production/Stable",
4747
"Environment :: Win32 (MS Windows)",
4848
"Environment :: MacOS X",
@@ -53,6 +53,7 @@ classifiers = [
5353
"Operating System :: MacOS :: MacOS X",
5454
"Operating System :: Microsoft :: Windows",
5555
"Programming Language :: Python :: 3",
56+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
5657
"Programming Language :: Python :: Implementation :: CPython",
5758
"Programming Language :: Python :: Implementation :: PyPy",
5859
"Topic :: Games/Entertainment",

0 commit comments

Comments
 (0)