Skip to content

Commit 2a37d1e

Browse files
authored
Update pyproject.toml
Accepted python versions refreshed.
1 parent 2eba447 commit 2a37d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "pytm"
3-
version = "1.2.0"
3+
version = "1.3.1"
44
description = "A Pythonic framework for threat modeling"
55
authors = ["pytm Team"]
66
license = "MIT License"
77

88
[tool.poetry.dependencies]
9-
python = "^3.9 || ^3.8 || ^3.7 || ^3.6"
9+
python = "^3.11 || ^3.10 || ^3.9 || ^3.8"
1010
pydal = "~20200714.1"
1111

1212
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)