Skip to content

Commit b259028

Browse files
committed
OPS: Run tests with python3.10
1 parent 63a6ad8 commit b259028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: "!contains(github.event.head_commit.message, 'skipci')"
2424
runs-on: ${{ matrix.os }}
2525
env:
26-
USING_COVERAGE: "3.9"
26+
USING_COVERAGE: "3.10"
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Python
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: 3.9
42+
python-version: "3.10"
4343
cache: poetry
4444

4545
- name: Check pyproject.toml file

0 commit comments

Comments
 (0)