リビジョン | 0fe292542ce0af673bdaa94281616bf49de0ccc7 (tree) |
---|---|
日時 | 2020-03-10 22:58:30 |
作者 | ![]() |
コミッター | H. Turgut Uyar |
Update python versions
@@ -1,4 +1,3 @@ | ||
1 | -3.8.0 | |
2 | -3.7.5 | |
3 | -3.6.9 | |
4 | -3.5.9 | |
1 | +3.8.2 | |
2 | +3.7.6 | |
3 | +3.6.10 |
@@ -23,7 +23,6 @@ | ||
23 | 23 | "Programming Language :: Python :: 3.8", |
24 | 24 | "Programming Language :: Python :: 3.7", |
25 | 25 | "Programming Language :: Python :: 3.6", |
26 | - "Programming Language :: Python :: 3.5", | |
27 | 26 | "Topic :: Database :: Front-Ends" |
28 | 27 | ] |
29 | 28 |
@@ -35,7 +34,7 @@ | ||
35 | 34 | ] |
36 | 35 | |
37 | 36 | [tool.poetry.dependencies] |
38 | -python = "^3.5" | |
37 | +python = "^3.6" | |
39 | 38 | clastic = {git = "https://github.com/mahmoud/clastic.git"} |
40 | 39 | chameleon = "^3.6.2" |
41 | 40 | pathstring = "^1.0.0" |
@@ -58,7 +57,7 @@ | ||
58 | 57 | [tool.tox] |
59 | 58 | legacy_tox_ini = """ |
60 | 59 | [tox] |
61 | -envlist = py{38,37,36,35}, style, docs | |
60 | +envlist = py{38,37,36}, style, docs | |
62 | 61 | isolated_build = True |
63 | 62 | |
64 | 63 | [testenv] |