From: Vasek Sraier Date: Sat, 6 Feb 2021 12:49:47 +0000 (+0100) Subject: tox: added python 3.9.1 to the list of tested versions X-Git-Tag: v6.0.0a1~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf164acfa6af8499b3f814ed9cced4fcee16324;p=thirdparty%2Fknot-resolver.git tox: added python 3.9.1 to the list of tested versions --- diff --git a/manager/.python-version b/manager/.python-version index ba49e60f8..ce31f1e4d 100644 --- a/manager/.python-version +++ b/manager/.python-version @@ -1,3 +1,4 @@ 3.6.12 3.7.9 3.8.7 +3.9.1 \ No newline at end of file diff --git a/manager/README.md b/manager/README.md index 97b8a5e36..4d3b7d3f6 100644 --- a/manager/README.md +++ b/manager/README.md @@ -49,7 +49,7 @@ Temporary solution to build a wheel/sdist - just call `poetry build`. The result ### What all those dev dependencies for? -Short answer - mainly for managing other dependencies. By using dependency management systems within the project, anyone can start developing after installing just a few core tools. Everything else will be handled automagically. The main concept behind it is that there should be nothing that can be run only in CI, not on dev machines. +Short answer - mainly for managing other dependencies. By using dependency management systems within the project, anyone can start developing after installing just a few core tools. Everything else will be handled automagically. The main concept behind it is that there should be nothing that can be run only in CI. * core dependencies which you have to install manually * pyenv diff --git a/manager/pyproject.toml b/manager/pyproject.toml index 543ae7637..2f452f6f3 100644 --- a/manager/pyproject.toml +++ b/manager/pyproject.toml @@ -41,7 +41,7 @@ tox = { cmd = "tox", help = "Run tests in tox" } legacy_tox_ini = """ [tox] isolated_build = True -envlist = py36, py37, py38 +envlist = py36, py37, py38, py39 [tox:.package] # note tox will use the same python version as under what tox is installed to package