Skip to content

Commit

Permalink
Merge pull request #8 from ITISFoundation/py313
Browse files Browse the repository at this point in the history
Add tests for python 3.13
  • Loading branch information
wvangeit authored Nov 1, 2024
2 parents e52bbbb + af2702f commit 8801c7f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -20,11 +20,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run:
python -m pip install --upgrade pip setuptools
pip install tox tox-gh-actions

python -m pip install --upgrade pip setuptools tox tox-gh-actions
- name: Run tox
run: tox

0 comments on commit 8801c7f

Please sign in to comment.