Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a31d38

Browse files
committed
Add 3.12 to CI and metadata
1 parent93d4119 commit7a31d38

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast:false
1717
matrix:
1818
os:[windows, ubuntu, macos]
19-
python:["3.7", "3.8", "3.9", "3.10", "3.11"]
19+
python:["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.3"]
2020
platform:[x64, x86]
2121
exclude:
2222
-os:ubuntu

‎pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"clr_loader>=0.2.6,<0.3.0"
1414
]
1515

16-
requires-python =">=3.7, <3.12"
16+
requires-python =">=3.7, <3.13"
1717

1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2930
"Operating System :: Microsoft :: Windows",
3031
"Operating System :: POSIX :: Linux",
3132
"Operating System :: MacOS :: MacOS X",

‎src/runtime/PythonEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static string PythonPath
135135
}
136136

137137
publicstaticVersionMinSupportedVersion=>new(3,7);
138-
publicstaticVersionMaxSupportedVersion=>new(3,11,int.MaxValue,int.MaxValue);
138+
publicstaticVersionMaxSupportedVersion=>new(3,12,int.MaxValue,int.MaxValue);
139139
publicstaticboolIsSupportedVersion(Versionversion)=>version>=MinSupportedVersion&&version<=MaxSupportedVersion;
140140

141141
publicstaticstringVersion

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp