Skip to content

Commit

Permalink
Updated constraint to prevent 3.12 installation due a incompatibility…
Browse files Browse the repository at this point in the history
… with shared namespaces
  • Loading branch information
PHKenny committed Feb 15, 2024
1 parent 1819465 commit 7cffcba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "wialon"
version = "1.1.2"
version = "1.1.3"
description = "Wialon Remote API SDK for Python"
authors = [
{name = "Golden M, Inc.", email = "software@goldenm.com"}
]
requires-python = ">=3.8"
requires-python = ">=3.8,<3.12"

maintainers = [
{name = "Kenny Mochizuki", email = "kenny@goldenm.com"},
Expand All @@ -21,7 +21,6 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

dependencies = [
Expand Down

0 comments on commit 7cffcba

Please sign in to comment.