Skip to content

Commit ef551fa

Browse files
cache fix
1 parent 018f563 commit ef551fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
python = "^3.8"
2+
python = "^3.9"
33

44
[tool.poetry]
55
name = "shared-flow-testing"
@@ -17,7 +17,7 @@ keywords = ["healthcare", "uk", "nhs"] #TODO add additional keywords
1717

1818

1919
[tool.poetry.dependencies]
20-
python = "^3.8"
20+
python = "^3.9"
2121
requests = "^2.25.1"
2222
assertpy = "^1.1"
2323
pytest-docker = "^0.10.3"

0 commit comments

Comments
 (0)