Skip to content

Commit

Permalink
Require 3.9 as a minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ggozad committed Mar 31, 2023
1 parent 7b5cb0a commit 68e30b4
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 59 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Expand Up @@ -4,6 +4,12 @@ Changelog
3.1.4 -
------------------

- Require python 3.9 as minimum not 3.10.
[ggozad]

- Reduce docker image size.
[ggozad]

- Add 'When the field "{name}" is checked' step.
Add 'When the field "{name}" is unchecked' step.
Add 'Then the selection "{name}" should have the options "{values}" selected' step.
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye
FROM python:3.9-slim-bullseye

ENV DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye
FROM python:3.9-slim-bullseye

ENV DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
Expand Down
125 changes: 69 additions & 56 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -19,7 +19,7 @@ repository = "https://github.com/ggozad/behaving"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
parse = "^1.19.0"
behave = "^1.2.6"
splinter = "^0.18.1"
Expand Down

0 comments on commit 68e30b4

Please sign in to comment.