Skip to content

Commit

Permalink
Compatibility with Python 3.8 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 8, 2023
1 parent ca240ac commit fe667cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ license = { text = "MIT" }
authors = [
{ name = "Andreas Motl", email = "[email protected]" },
]
requires-python = ">=3.8"
requires-python = ">=3.8,<3.12"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand All @@ -55,7 +55,6 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Adaptive Technologies",
"Topic :: Communications",
"Topic :: Database",
Expand Down Expand Up @@ -86,6 +85,7 @@ dynamic = [
dependencies = [
"crate[sqlalchemy]",
"cratedb-toolkit",
'importlib-resources; python_version < "3.9"',
"meltanolabs-target-postgres==0.0.9",
]
[project.optional-dependencies]
Expand Down

0 comments on commit fe667cb

Please sign in to comment.