Skip to content

Commit

Permalink
Github actions update.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 15, 2024
1 parent dd513aa commit 13a377c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, "3.10", "3.11"]
python-version: [3.8, "3.10", "3.11", "3.13"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: pip deps
run: pip install gevent redis peewee ukt
run: pip install setuptools gevent redis peewee ukt
- name: runtests
env:
HUEY_TRAVIS: '1'
Expand Down

0 comments on commit 13a377c

Please sign in to comment.