Skip to content

Commit 0211207

Browse files
authored
Merge pull request #44 from vertti/test-python314
test on python 3.14
2 parents 0f64d21 + 36a0992 commit 0211207

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.11", "3.12", "3.13"]
14+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/docker.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ name: Build and Push Docker Image
33
on:
44
release:
55
types: [published]
6-
push:
7-
branches:
8-
- main
9-
paths:
10-
- "Dockerfile"
11-
- "src/**"
12-
- "pyproject.toml"
136
workflow_dispatch:
147

158
env:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2223
"Topic :: Software Development :: Libraries :: Python Modules",
2324
"Topic :: System :: Systems Administration",
2425
"Topic :: Utilities",

0 commit comments

Comments
 (0)