Skip to content

Commit 2105e7e

Browse files
author
Thierry RAMORASOAVINA
committed
Exclude python 3.8 and 3.9 from the test matrix
In conda environments new incompatibility issues appear
1 parent bf734bc commit 2105e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
40+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
4141
container:
4242
# 'latest' default image tag cannot be set as an environment variable,
4343
# because the `env` context is only accessible at the step level;

0 commit comments

Comments
 (0)