Skip to content

Commit fd2898f

Browse files
committed
build(python)!: Drop support for Python 3.8 (EOL) and expose support for 3.13
1 parent 1c44c75 commit fd2898f

File tree

5 files changed

+435
-472
lines changed

5 files changed

+435
-472
lines changed

Diff for: .github/workflows/pythonpackage.yml

+1-1
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:

Diff for: docs/README.md

+1-1
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

Diff for: docs/tutorials/gitlab_ci.md

+1-1
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)