mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-15 10:38: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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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 ]
|
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue