Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Jul 31, 2024
1 parent e28579a commit 373a9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "beta"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: szenius/[email protected]
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
include-prereleases: true
allow-prereleases: true
- name: Install dependencies
run: pip install pytest pytest-md pytest-emoji pytest-mypy
- uses: pavelzw/pytest-action@v2
Expand Down

0 comments on commit 373a9e8

Please sign in to comment.