Skip to content

Commit 7f97aca

Browse files
authored
Merge pull request #916 from eclipse-paho/update-supported-python
Update supported Python version
2 parents d200095 + 244606b commit 7f97aca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
max-parallel: 4
1212
matrix:
13-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 5
1616
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37,38,39,310,311,312}
2+
envlist = py{39,310,311,312,313,314}
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)