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

Commit5daa973

Browse files
committed
Add support for Python 3.11-3.12
1 parenta11d284 commit5daa973

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎.github/workflows/main.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
workflow_dispatch:
44
pull_request:
55
push:
6-
branches:
7-
-master
86
defaults:
97
run:
108
shell:bash
@@ -15,7 +13,7 @@ jobs:
1513
fail-fast:false
1614
matrix:
1715
os:[ubuntu, macos]#,windows]
18-
py:["3.9", "3.10", "3.11"]
16+
py:["3.9", "3.10", "3.11", "3.12"]
1917
include:
2018
#- os: windows
2119
# shell: "/usr/bin/bash"

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
statuses= ['1 - Planning','2 - Pre-Alpha','3 - Alpha',
2424
'4 - Beta','5 - Production/Stable','6 - Mature','7 - Inactive' ]
25-
py_versions='2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10'.split()
25+
py_versions='2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12'.split()
2626
min_python=cfg['min_python']
2727
lic=licenses[cfg['license']]
2828

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp