From 6339cf12d971b09b4ebcca6d7d5516da25c35599 Mon Sep 17 00:00:00 2001 From: DavitMamrikishvili Date: Mon, 16 Sep 2024 19:48:06 +0400 Subject: [PATCH] Add py 3.8 in check-versions --- .github/workflows/publish-release-candidate.yml | 2 +- .github/workflows/publish-release.yml | 2 +- .github/workflows/publish-snapshot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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