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

Commit64cb9b6

Browse files
noirbizarreLee-W
authored andcommitted
build(python)!: Drop support for Python 3.8 (EOL) and expose support for 3.13
1 parent1c44c75 commit64cb9b6

File tree

5 files changed

+435
-472
lines changed

5 files changed

+435
-472
lines changed

‎.github/workflows/pythonpackage.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
python-check:
77
strategy:
88
matrix:
9-
python-version:["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
9+
python-version:["3.9", "3.10", "3.11", "3.12", "3.13"]
1010
platform:[ubuntu-20.04, macos-latest, windows-latest]
1111
runs-on:${{ matrix.platform }}
1212
steps:

‎docs/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ descriptive commits.
4141

4242
##Requirements
4343

44-
[Python](https://www.python.org/downloads/)`3.8+`
44+
[Python](https://www.python.org/downloads/)`3.9+`
4545

4646
[Git][gitscm]`1.8.5.2+`
4747

‎docs/tutorials/gitlab_ci.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test:
7474

7575
auto-bump:
7676
stage:auto-bump
77-
image:python:3.8
77+
image:python:3.9
7878
before_script:
7979
-"which ssh-agent || ( apt-get update -qy && apt-get install openssh-client -qqy )"
8080
-eval `ssh-agent -s`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp