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

Commitb063003

Browse files
hugovkByron
authored andcommitted
Add support for Python 3.10
1 parentb17bc98 commitb063003

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on:ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version:[3.7, 3.7.5, 3.7.12, 3.8, 3.8.0, 3.8.11, 3.8, 3.9, 3.9.0, 3.9.7]#, "3.10.0-rc.2"]
18+
python-version:[3.7, 3.7.5, 3.7.12, 3.8, 3.8.0, 3.8.11, 3.8, 3.9, 3.9.0, 3.9.7, "3.10"]
1919

2020
steps:
2121
-uses:actions/checkout@v2

‎AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ Contributors are:
4444
-Ram Rachum <ram _at_ rachum.com>
4545
-Alba Mendez <me _at_ alba.sh>
4646
-Robert Westman <robert _at_ byteflux.io>
47+
-Hugo van Kemenade
4748
Portions derived from other open source works and are clearly marked.

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
122122
"Programming Language :: Python :: 3.7",
123123
"Programming Language :: Python :: 3.8",
124124
"Programming Language :: Python :: 3.9",
125-
#"Programming Language :: Python :: 3.10"
125+
"Programming Language :: Python :: 3.10",
126126
]
127127
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp