Skip to content

Commit

Permalink
Support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jul 2, 2024
1 parent eb46e50 commit 2cb8d74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "foursight"
version = "4.7.1.1b5" # TODO: To become 4.8.0
version = "4.7.1.1b6" # TODO: To become 4.8.0
description = "Serverless Chalice Application for Monitoring"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -29,7 +29,7 @@ pytz = "^2020.1"
tibanna-ff = "3.4.1.1b6"
## adding foursight-core
# use below for deployment
foursight-core = "5.5.0.1b3"
foursight-core = "5.5.0.1b4"
# use below for tests but not for deployment
# foursight-core = { git = "https://github.com/4dn-dcic/foursight-core.git", branch="master" }
# Need pytest-redis 3.0.2 or higher for pytest 7.4.2 (or higher).
Expand Down

0 comments on commit 2cb8d74

Please sign in to comment.