Skip to content

Commit

Permalink
Merge pull request #211 from BCDA-APS/182-pin-python-version
Browse files Browse the repository at this point in the history
pin python version to <3.12
  • Loading branch information
prjemian authored Feb 28, 2024
2 parents 161b787 + 0c73c24 commit 14480e4
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[build-system]
# qt ==5
# pyqt ==5
requires = [
"pyRestTable",
"setuptools>=61.0",
"setuptools_scm[toml]>=6.2",
"tiled"
"setuptools>=64",
"setuptools_scm[toml]>=8",
]
build-backend = "setuptools.build_meta"

Expand All @@ -23,7 +19,7 @@ maintainers = [
]
dynamic = ["version"]
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.8, <3.12"
keywords = ["bluesky", "databroker", "tiled", "catalog"]
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/?highlight=license
license = {file = "gemviz/LICENSE"}
Expand Down Expand Up @@ -51,6 +47,14 @@ classifiers = [
"Topic :: Utilities",
]

# qt ==5
# pyqt ==5
dependencies = [
"pyqtgraph",
"pyRestTable",
"tiled",
]

[project.urls]
"Homepage" = "https://github.com/BCDA-APS/gemviz"
"Bug Tracker" = "https://github.com/BCDA-APS/gemviz/issues"
Expand Down

0 comments on commit 14480e4

Please sign in to comment.