Allow support for Python 3.8 and 3.9

pull/1/head
RedFantom 2021-07-29 16:47:07 +02:00
rodzic 01db33267a
commit 44c0702e8a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 3841E6CD205114A2
3 zmienionych plików z 4 dodań i 3 usunięć

2
poetry.lock wygenerowano
Wyświetl plik

@ -637,7 +637,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata]
content-hash = "d7061a714fbdc1ec52f765b2818605719206466c4bc867ba31fc805250b4a97e"
lock-version = "1.0"
python-versions = "^3.9"
python-versions = "^3.8"
[metadata.files]
appdirs = [

Wyświetl plik

@ -9,7 +9,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
requests = "^2.25.1"
attrs = "^21.2.0"
cattrs = "^1.7.1"

Wyświetl plik

@ -1,6 +1,7 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py37,py38,py39,flake8
envlist = py38,py39,flake8
isolated_build = True
[testenv]
;changedir=tests