Skip to content

Commit

Permalink
Add py 3.8 in check-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davitmamrikishvili committed Sep 16, 2024
1 parent beec925 commit 6339cf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6339cf1

Please sign in to comment.