Skip to content

Commit eecd200

Browse files
authored
Support for Python 3.14 (#301)
* Support for Python 3.14 * Update CI
1 parent 0a7b896 commit eecd200

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: "ubuntu-latest"
2121
strategy:
2222
matrix:
23-
python-version: ["3.10", "3.11", "3.12", "3.13"]
23+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2424

2525
services:
2626
postgres:

docs/en/docs/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ hide:
55

66
# Release Notes
77

8+
## 0.21.0
9+
10+
### Added
11+
12+
- Python 3.14 support.
13+
814
## 0.20.10
915

1016
### Fixed

lilya/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.20.10"
1+
__version__ = "0.21.0"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.11",
3434
"Programming Language :: Python :: 3.12",
3535
"Programming Language :: Python :: 3.13",
36+
"Programming Language :: Python :: 3.14",
3637
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
3738
"Topic :: Internet :: WWW/HTTP",
3839
]

0 commit comments

Comments
 (0)