Skip to content

Commit 36ba481

Browse files
authored
Merge pull request #48 from getslash/add-py3.14
Add support for python 3.14
2 parents 9277713 + 6d684e4 commit 36ba481

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.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.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1515
env:
1616
UV_PYTHON: ${{ matrix.python-version }}
1717

doc/changelog.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
Changelog
22
=========
33

4-
* :feature:`-` Update python versions >=3.8, <=3.13
4+
* :feature:`-` Update python versions >=3.8, <=3.14
55
* :feature:`-` Use UV in CI
6-
* :feature:`-` Update python versions >=3.7, <=3.12
7-
* :feature:`40` Drop support for python version < 3.5
86
* :release:`1.12.0 <03-02-2019>`
97
* :feature:`-` Add custom repr to EdgeTriggered
108
* :feature:`-` Allow Pact.wait to be eager (checking all untils, not just the first one)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2021
]
2122
dependencies = ["flux", "Logbook>=0.12.2", "waiting"]
2223
dynamic = ["version"]

0 commit comments

Comments
 (0)