Skip to content

Commit d07c791

Browse files
Build on Python 3.13 and PyPy 3.11
1 parent c500221 commit d07c791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"]
10+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.8", "pypy3.9", "pypy3.10", "pypy3.11"]
1111

1212
steps:
1313
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "polyline"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "A Python implementation of Google's Encoded Polyline Algorithm Format."
55
license = {file = "LICENSE"}
66
authors = [

0 commit comments

Comments
 (0)