Bump to 0.14.0-rc1 (#329)

* bump to 0.14.0

* bump python version

* use python 3.10.4 in check workflow
This commit is contained in:
callebtc
2023-09-24 19:10:25 +02:00
committed by GitHub
parent 2d3a9234f5
commit 64805e4a9a
6 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10.4"]
poetry-version: ["1.5.1"]
steps:
- uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10.4"]
poetry-version: ["1.5.1"]
steps:
- uses: actions/checkout@v2

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9.13"]
python-version: ["3.10.4"]
poetry-version: ["1.5.1"]
steps:
- name: Checkout repository and submodules