mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +02:00
Change Python 3.10 to 3.10-dev in CI
This commit is contained in:
parent
f6f9349a9b
commit
6c1a83923a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
|
||||
python-version: [ 3.7, 3.8, 3.9, 3.10-dev ]
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue