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

Commite258cee

Browse files
filmorlostmsu
andauthored
Drop Python 3.6 support (#1795)
Fixes#1640Co-authored-by: Victor Nova <lost@losttech.software>
1 parent87d4db9 commite258cee

File tree

6 files changed

+4
-141
lines changed

6 files changed

+4
-141
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.6", "3.7", "3.8", "3.9", "3.10"]
19+
python:["3.7", "3.8", "3.9", "3.10"]
2020
platform:[x64, x86]
2121
exclude:
2222
-os:ubuntu

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and other `PyObject` derived types when called from Python.
3131

3232

3333
###Changed
34-
- Drop support for Python 2, 3.4, and 3.5
34+
- Drop support for Python 2, 3.4,3.5,and 3.6
3535
-`wchar_t` size aka`Runtime.UCS` is now determined at runtime
3636
-`clr.AddReference` may now throw errors besides`FileNotFoundException`, that provide more
3737
details about the cause of the failure

‎setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ def finalize_options(self):
165165
"License :: OSI Approved :: MIT License",
166166
"Programming Language :: C#",
167167
"Programming Language :: Python :: 3",
168-
"Programming Language :: Python :: 3.6",
169168
"Programming Language :: Python :: 3.7",
170169
"Programming Language :: Python :: 3.8",
171170
"Programming Language :: Python :: 3.9",

‎src/runtime/Mixins/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Implements collections.abc for common .NET types
3-
https://docs.python.org/3.6/library/collections.abc.html
3+
https://docs.python.org/3/library/collections.abc.html
44
"""
55

66
importcollections.abcascol

‎src/runtime/Native/TypeOffset36.cs

Lines changed: 0 additions & 136 deletions
This file was deleted.

‎src/runtime/Util/Util.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internal static class Util
1313
internalconststringUnstableApiMessage=
1414
"This API is unstable, and might be changed or removed in the next minor release";
1515
internalconststringMinimalPythonVersionRequired=
16-
"Only Python 3.6 or newer is supported";
16+
"Only Python 3.7 or newer is supported";
1717
internalconststringInternalUseOnly=
1818
"This API is for internal use only";
1919

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp