Skip to content

Commit 2b6153a

Browse files
authored
Merge pull request #58 from jvkersch/fix/update-all-python-versions
FIX: Update all Python version references to 3.10-3.14
2 parents cab0a5f + ba6f157 commit 2b6153a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1212

1313
runs-on: ${{ matrix.os }}
1414

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
0.3.0
22
-----
33

4-
- [GH #56](https://github.com/jvkersch/tmtools/pull/56) Update Python version support to 3.10-3.14
4+
- [GH #56](https://github.com/jvkersch/tmtools/pull/56), [GH #58](https://github.com/jvkersch/tmtools/pull/58) Update Python version support to 3.10-3.14
55
- [GH #52](https://github.com/jvkersch/tmtools/pull/52), [GH #53](https://github.com/jvkersch/tmtools/pull/53) Add optional user-defined alignment to `tm_align` function
66
- [GH #49](https://github.com/jvkersch/tmtools/pull/49) Expose `print_version` function
77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ running
1313
```console
1414
pip install tmtools
1515
```
16-
Pre-built wheels are available for Linux, macOS, and Windows, for Python 3.6
17-
and up.
16+
Pre-built wheels are available for Linux, macOS, and Windows, for Python 3.10
17+
and up (currently 3.10-3.14).
1818

1919

2020
Usage

0 commit comments

Comments
 (0)