Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
Correct python version
  • Loading branch information
dalymople authored May 22, 2024
1 parent e62a02e commit 145a6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v4
Expand All @@ -28,6 +28,6 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
- name: Test with nosetest
run: |
nosetests

0 comments on commit 145a6b7

Please sign in to comment.