Skip to content

Commit 07389c4

Browse files
Copilotjaraco
andauthored
Bump Python versions: drop 3.9 (EOL), add 3.15 (jaraco/skeleton#193)
--------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jaraco <308610+jaraco@users.noreply.github.com>
1 parent 16fb289 commit 07389c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,31 @@ jobs:
3434
# https://blog.jaraco.com/efficient-use-of-ci-resources/
3535
matrix:
3636
python:
37-
- "3.9"
37+
- "3.10"
3838
- "3.13"
3939
platform:
4040
- ubuntu-latest
4141
- macos-latest
4242
- windows-latest
4343
include:
44-
- python: "3.10"
45-
platform: ubuntu-latest
4644
- python: "3.11"
4745
platform: ubuntu-latest
4846
- python: "3.12"
4947
platform: ubuntu-latest
5048
- python: "3.14"
5149
platform: ubuntu-latest
50+
- python: "3.15"
51+
platform: ubuntu-latest
5252
- python: pypy3.10
5353
platform: ubuntu-latest
5454
runs-on: ${{ matrix.platform }}
55-
continue-on-error: ${{ matrix.python == '3.14' }}
55+
continue-on-error: ${{ matrix.python == '3.15' }}
5656
steps:
5757
- uses: actions/checkout@v4
5858
- name: Install build dependencies
5959
# Install dependencies for building packages on pre-release Pythons
6060
# jaraco/skeleton#161
61-
if: matrix.python == '3.14' && matrix.platform == 'ubuntu-latest'
61+
if: matrix.python == '3.15' && matrix.platform == 'ubuntu-latest'
6262
run: |
6363
sudo apt update
6464
sudo apt install -y libxml2-dev libxslt-dev

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3 :: Only",
2222
]
23-
requires-python = ">=3.9"
23+
requires-python = ">=3.10"
2424
license = "MIT"
2525
dependencies = [
2626
]

0 commit comments

Comments
 (0)