|
4 | 4 | minversion = 3.18
|
5 | 5 | envlist =
|
6 | 6 | lint
|
7 |
| - py{39,310,311,312,313}-{integration,unit} |
| 7 | + py{38,39,310,311,312,313}-{integration,unit} |
8 | 8 | buildout
|
9 | 9 | coverage
|
10 | 10 | # Not enabled by default:
|
@@ -56,15 +56,15 @@ integration_testpaths =
|
56 | 56 | --test-path=test-packages/namespaceexample.native/src \
|
57 | 57 | --test-path=test-packages/namespaceexample.pkgutilns/src
|
58 | 58 |
|
59 |
| -[testenv:py{39,310,311,312,313}-integration] |
| 59 | +[testenv:py{38,39,310,311,312,313}-integration] |
60 | 60 | # Integration tests: run only the tests of the test packages.
|
61 | 61 | # Do not run plone.autoinclude tests.
|
62 | 62 | commands =
|
63 | 63 | zope-testrunner {[testenv]integration_testpaths} []
|
64 | 64 | extras =
|
65 | 65 | test
|
66 | 66 |
|
67 |
| -[testenv:py{39,310,311,312,313}-unit] |
| 67 | +[testenv:py{38,39,310,311,312,313}-unit] |
68 | 68 | usedevelop = true
|
69 | 69 | skip_install = false
|
70 | 70 | deps =
|
@@ -144,7 +144,8 @@ skip_install = true
|
144 | 144 | setenv =
|
145 | 145 | deps =
|
146 | 146 | pip == 25.0.1
|
147 |
| - setuptools == 75.8.0 |
| 147 | + setuptools == 75.8.0; python_version >= '3.9' |
| 148 | + setuptools == 74.0.0; python_version < '3.9' |
148 | 149 | zc.buildout == 4.0.0
|
149 | 150 | commands_pre =
|
150 | 151 | python -m pip list
|
|
0 commit comments