Skip to content

Commit

Permalink
tests python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-m-n committed Oct 7, 2024
1 parent 801dc4a commit 06d3f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- {name: '3.6', python: '3.6', os: ubuntu-20.04, tox: py36}
- {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
- uses: actions/checkout@v4.2.1
- uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.python }}
- run: pip install tox
Expand Down

0 comments on commit 06d3f56

Please sign in to comment.