Skip to content

Commit

Permalink
Merge pull request #22 from bodegalab/py13test
Browse files Browse the repository at this point in the history
Add Python 3.13 test
  • Loading branch information
bepoli authored Jan 30, 2025
2 parents 014c0df + dab1fb3 commit 67036c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: test
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -56,10 +56,12 @@ jobs:
- name: Upload logs on failure
if: failure()
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.6.0
with:
name: artifact_py${{matrix.python-version}}
path: |
/home/runner/pytest_workflow_*/*/log.out
/home/runner/pytest_workflow_*/*/log.err
/home/runner/pytest_workflow_*/*/IRescue_out
/home/runner/pytest_workflow_*/*/IRescue_tmp
include-hidden-files: true

0 comments on commit 67036c8

Please sign in to comment.