support Python 3.11

This commit is contained in:
Daniel Fremont 2023-02-13 13:32:52 -08:00
parent 50c265c7ec
commit d098974800
2 changed files with 311 additions and 147 deletions

View file

@ -1,7 +1,7 @@
[tool.poetry]
name = "metric-temporal-logic"
readme="README.md"
version = "0.4.0"
version = "0.4.1"
description = "A library for manipulating and evaluating metric temporal logic."
repository = "https://github.com/mvcisback/py-metric-temporal-logic"
authors = ["Marcell Vazquez-Chanlatte <mvc@linux.com>"]
@ -12,15 +12,15 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
attrs = "^22"
lenses = "^0.5.0"
discrete-signals = "^0.7.3"
parsimonious = "^0.8.1"
attrs = ">=22"
lenses = ">=0.5.0"
discrete-signals = ">=0.7.3"
parsimonious = ">=0.9.0"
[tool.poetry.dev-dependencies]
hypothesis_cfg = {git = "https://github.com/mvcisback/hypothesis-cfg.git"}
hypothesis = "4.24.1"
hypothesis = "^6.47.4"
pytest-cov = "^2.7"
pytest-flake8 = "^1.0"
pytest-sugar = "^0.9.2"