Skip to content

Commit 693d9c5

Browse files
committed
update min pyrtcm to 1.1.9
1 parent 03c8720 commit 693d9c5

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

MANIFEST.in

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Contributions welcome - please refer to [CONTRIBUTING.MD](https://github.com/sem
4949
[![PyPI version](https://img.shields.io/pypi/v/pyubx2.svg?style=flat)](https://pypi.org/project/pyubx2/)
5050
[![PyPI downloads](https://github.com/semuconsulting/pygpsclient/blob/master/images/clickpy_icon.svg?raw=true)](https://clickpy.clickhouse.com/dashboard/pyubx2)
5151

52-
`pyubx2` is compatible with Python 3.9 - 3.13. In the following, `python3` & `pip` refer to the Python 3 executables. You may need to substitute `python` for `python3`, depending on your particular environment (*on Windows it's generally `python`*).
52+
`pyubx2` is compatible with Python 3.9 - 3.14. In the following, `python3` & `pip` refer to the Python 3 executables. You may need to substitute `python` for `python3`, depending on your particular environment (*on Windows it's generally `python`*).
5353

5454
The recommended way to install the latest version of `pyubx2` is with [pip](http://pypi.python.org/pypi/pip/):
5555

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"Topic :: Scientific/Engineering :: GIS",
3535
]
3636

37-
dependencies = ["pynmeagps >= 1.0.50", "pyrtcm >= 1.1.8"]
37+
dependencies = ["pynmeagps >= 1.0.50", "pyrtcm >= 1.1.9"]
3838

3939
[project.urls]
4040
homepage = "https://github.com/semuconsulting/pyubx2"

0 commit comments

Comments
 (0)