Skip to content

Commit

Permalink
Update Python 3.12 metadata, tweak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 4, 2023
1 parent d4d9989 commit 2bb7c1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
Please use a recent (>= 8.1.2) version of `pip`.

### Supported Python Versions
- Python 3.7
- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11
- Python 3.12

### Supported Platforms
- Linux (`manylinux*`-compatible, x86_64 and aarch64)
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ dynamic = ["version", "readme"]
description = "Fast Google Polyline encoding and decoding using Rust FFI"
requires-python = ">=3.8"
dependencies = [
"wheel >= 0.29.0",
"cython >= 0.29.0",
"numpy >= 1.11.0",
]
authors = [{ name = "Stephan Hügel", email = "[email protected]" }]
Expand All @@ -17,6 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand All @@ -42,7 +41,8 @@ requires = [
"setuptools >= 45",
"setuptools-scm[toml] >= 6.2",
"numpy >= 1.11.0",
"cython >= 0.29.0"
"cython >= 0.29.0",
"wheel >= 0.29.0",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 2bb7c1a

Please sign in to comment.