Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04"]
python-version: ["3.6", "3.7", "3.12"]
os: ["ubuntu-22.04"]
python-version: [
"3.7",
"3.12",
"3.13",
]
include:
- os: "macos-latest"
python-version: "3.12"
python-version: "3.13"
- os: "windows-latest"
python-version: "3.11"
env:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mqttwarn changelog
in progress
===========

- CI: Validated on Python 3.13

2023-10-15 0.35.0
=================
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Communications",
"Topic :: Education",
"Topic :: Internet",
Expand Down
Loading