Skip to content

Commit ce5e775

Browse files
committed
Add support for python 3.13
1 parent 962c4bb commit ce5e775

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu, windows, macos-x86_64, macos-arm64]
23-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2424
qt-version: ["pyside2", "pyside6", "pyqt5", "pyqt6"]
2525
include:
2626
- os: ubuntu
@@ -40,6 +40,8 @@ jobs:
4040
qt-version: pyside2
4141
- python-version: "3.12"
4242
qt-version: pyside2
43+
- python-version: "3.13"
44+
qt-version: pyside2
4345
# pyside6 and pyqt6 require python >=3.9
4446
- python-version: "3.8"
4547
qt-version: pyside6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ More detailed examples can be found [here](https://github.com/CabbageDevelopment
6969

7070
## Requirements
7171

72-
- Python >=3.8, <3.13
72+
- Python >=3.8, <3.14
7373
- PyQt5/PyQt6 or PySide2/PySide6
7474

7575
`qasync` is tested on Ubuntu, Windows and MacOS.

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030

3131
[tool.poetry.dependencies]
32-
python = ">=3.8, <3.13"
32+
python = ">=3.8, <3.14"
3333

3434
[tool.poetry.group.dev.dependencies]
3535
pre-commit = "^2.21"

0 commit comments

Comments
 (0)