Skip to content

Commit b2eef82

Browse files
Add support for python 3.13
- Upgraded lxml to v5 - Added 3.13 to python matrix
1 parent 066cb1d commit b2eef82

3 files changed

Lines changed: 133 additions & 77 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- '3.10'
1212
- '3.11'
1313
- '3.12'
14+
- '3.13'
1415
steps:
1516
- uses: actions/checkout@v4
1617
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
dependencies = [
2828
"gtfs-realtime-bindings>=1.0.0,<2",
2929
"importlib-metadata>=4.0.0,<5",
30-
"lxml>=4.7.1,<5",
30+
"lxml>=4.7.1,<6",
3131
"protobuf>=3.20.0,<4",
3232
"pydantic>=2.8,<2.9",
3333
"python-dateutil>=2.8,<2.9",

0 commit comments

Comments
 (0)