]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tox: added python 3.9.1 to the list of tested versions
authorVasek Sraier <git@vakabus.cz>
Sat, 6 Feb 2021 12:49:47 +0000 (13:49 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 8 Apr 2022 14:17:51 +0000 (16:17 +0200)
manager/.python-version
manager/README.md
manager/pyproject.toml

index ba49e60f82a60f69672d4b343d48fa983b6141d1..ce31f1e4d5f8427102f720739d7885fb5db2dd24 100644 (file)
@@ -1,3 +1,4 @@
 3.6.12
 3.7.9
 3.8.7
+3.9.1
\ No newline at end of file
index 97b8a5e36fa9549504371db3629daa6c46749e04..4d3b7d3f600ef691eab2b761343243c3e83b8a2e 100644 (file)
@@ -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
index 543ae7637d35e6178b660f1dfdcee76d39f75aa1..2f452f6f3c706e9e07a95f0819c7527d59c1fcd7 100644 (file)
@@ -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