diff --git a/.github/workflows/publish-release-candidate.yml b/.github/workflows/publish-release-candidate.yml index 394ed3f..1f95125 100644 --- a/.github/workflows/publish-release-candidate.yml +++ b/.github/workflows/publish-release-candidate.yml @@ -10,7 +10,7 @@ jobs: release-type: release-candidate style-check-enabled: false strict-style-check: false - python-check-versions: "['3.9', '3.10', '3.11', '3.12']" + python-check-versions: "['3.8', '3.9', '3.10', '3.11', '3.12']" test-dir: tests/ test-requirements-files: requirements.txt, requirements_dev.txt create-tag: true diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 2b16304..0f1c16e 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -10,7 +10,7 @@ jobs: release-type: release style-check-enabled: false strict-style-check: false - python-check-versions: "['3.9', '3.10', '3.11', '3.12']" + python-check-versions: "['3.8', '3.9', '3.10', '3.11', '3.12']" test-dir: tests/ test-requirements-files: requirements.txt, requirements_dev.txt create-tag: true diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index a7b7f85..a1e28ec 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -16,7 +16,7 @@ jobs: release-type: development style-check-enabled: false strict-style-check: false - python-check-versions: "['3.9', '3.10', '3.11', '3.12']" + python-check-versions: "['3.8', '3.9', '3.10', '3.11', '3.12']" test-dir: tests/ test-requirements-files: requirements.txt, requirements_dev.txt