Skip to content

Commit

Permalink
python version changed in action
Browse files Browse the repository at this point in the history
  • Loading branch information
György Kovács committed Sep 28, 2023
1 parent ef4083b commit 49ef7cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v1
Expand All @@ -34,7 +34,7 @@ jobs:
run: |
pip install pytest coverage
coverage run --source smote_variants -m pytest tests/*
- name: CodeCov
uses: codecov/codecov-action@v3
with:
Expand All @@ -51,7 +51,7 @@ jobs:
# uses: ewjoachim/python-coverage-comment-action@v2
# with:
# GITHUB_TOKEN: ${{ github.token }}

#- name: Store Pull Request comment to be posted
# uses: actions/upload-artifact@v2
# if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
Expand Down

0 comments on commit 49ef7cc

Please sign in to comment.