Skip to content

Commit 2c4b4b9

Browse files
committed
Allow uw-webdriver-recorder to install python >= 3.8 and < 4.0. The latest version of pytest might be needed, and needs this newer version.
1 parent a260ecf commit 2c4b4b9

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
@@ -3,7 +3,7 @@ name = "uw-webdriver-recorder"
33
# This version string is typically managed by the CI workflow,
44
# and is changed anytime `poetry version [new version]` is run.
55
# Do not revert this manually.
6-
version = "5.0.6"
6+
version = "5.0.7"
77
description = "A pytest plugin for recording screenshots of selenium interactions, with other convenient features too."
88
authors = ["Tom Thorogood <[email protected]>"]
99
license = "Apache Software License 3.0"
@@ -19,7 +19,7 @@ packages = [
1919
"uw-webdriver-recorder" = "webdriver_recorder.plugin"
2020

2121
[tool.poetry.dependencies]
22-
python = ">=3.7,<3.11"
22+
python = "^3.8" # allow us to go >=3.8 and < 4.0
2323
pytest = ">=6.2.4"
2424
Jinja2 = "^3.0.1"
2525
selenium = "^4.1.0"

0 commit comments

Comments
 (0)