mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
Run tests on Python 3.10
This commit is contained in:
parent
c7583388c6
commit
94f692e6c5
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ 3.8, 3.9 ]
|
||||
python-version: [ 3.8, 3.9, 3.10 ]
|
||||
click-version: [ click~=7.0, click~=8.0 ]
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user