File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments