Skip to content

Commit

Permalink
Update GH workflow to newer python
Browse files Browse the repository at this point in the history
  • Loading branch information
hamogu committed May 22, 2024
1 parent 3e15af9 commit 9c8794d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tlr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
# python: 3.x
# toxenv: codestyle

- name: Python 3.10 with minimal dependencies
- name: Python 3.11 with minimal dependencies
os: ubuntu-latest
python: "3.10"
toxenv: py310-test
python: 3.11
toxenv: py311-test

#- name: Python 3.8 with all optional dependencies and coverage checking
# os: ubuntu-latest
Expand Down

0 comments on commit 9c8794d

Please sign in to comment.