Skip to content

Commit c928fc2

Browse files
committed
Bump python version to 3.10
1 parent 900750d commit c928fc2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [ 3.9 ]
9+
python-version: [ 3.10 ]
1010
os: [ ubuntu-latest ]
1111
runs-on: ${{ matrix.os }}
1212
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["ankandrew <61120139+ankandrew@users.noreply.github.com>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "^3.9"
9+
python = "^3.10"
1010

1111
[tool.poetry.group.test.dependencies]
1212
pytest = "*"

0 commit comments

Comments
 (0)