Skip to content

Commit

Permalink
return 3.7 Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-b committed Apr 23, 2024
1 parent 3feae3a commit 3869247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3869247

Please sign in to comment.