diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b267b04..9bcdfe9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.12'] # the oldest and newest support versions + python-version: ['3.7', '3.12'] # the oldest and newest support versions nomad-version: ['1.2.16', '1.3.16', '1.4.14', '1.5.17', '1.6.10', '1.7.7'] steps: - uses: actions/checkout@v4