Browse Source

Reduce required Python version

master
Forest Belton 2 years ago
parent
commit
5bfc1e0af7
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 2
- 2
poetry.lock View File

@ -248,8 +248,8 @@ python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "6a46752f4a24a2bba8adf3fc49cfab506ac08b4c2e0b7a844be1b36315301ccc"
python-versions = "^3.8"
content-hash = "298291104b6892022cb47c34680f925bc85fff59e768a225230ef84444acb002"
[metadata.files]
appdirs = [

+ 1
- 1
pyproject.toml View File

@ -5,7 +5,7 @@ description = ""
authors = ["Forest Belton <65484+forestbelton@users.noreply.github.com>"]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
[tool.poetry.dev-dependencies]
pytest = "^5.2"

Loading…
Cancel
Save