We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900750d commit c928fc2Copy full SHA for c928fc2
2 files changed
.github/workflows/main.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python-version: [ 3.9 ]
+ python-version: [ 3.10 ]
10
os: [ ubuntu-latest ]
11
runs-on: ${{ matrix.os }}
12
steps:
pyproject.toml
@@ -6,7 +6,7 @@ authors = ["ankandrew <61120139+ankandrew@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
-python = "^3.9"
+python = "^3.10"
[tool.poetry.group.test.dependencies]
pytest = "*"
0 commit comments