Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit aee1969

Browse files
authored
fix release process (#358)
1 parent 458af9d commit aee1969

File tree

3 files changed

+281
-290
lines changed

3 files changed

+281
-290
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
JUNIT_REPORT_PATH: pytest-junit-report
2525
strategy:
2626
matrix:
27-
python-version: ["3.8", "3.9", "3.10", "3.11"]
27+
python-version: ["3.7", "3.8", "3.9", "3.10"]
2828
steps:
2929
- uses: actions/checkout@v2
3030
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)