Skip to content

Commit 362477e

Browse files
switch to python 3.11
1 parent 1c213d9 commit 362477e

File tree

3 files changed

+5
-90
lines changed

3 files changed

+5
-90
lines changed

.github/workflows/simple-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.11'
2020
#----------------------------------------------
2121
# load pip cache if cache exists
2222
#----------------------------------------------
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: true
4141
matrix:
4242
os: [ "ubuntu-latest", "macos-latest" ]
43-
python-version: [ "3.10"]
43+
python-version: [ "3.11"]
4444
runs-on: ${{ matrix.os }}
4545
steps:
4646
#----------------------------------------------

poetry.lock

Lines changed: 2 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Thomas <thomas.oberliessen@googlemail.com>"]
66
readme = "README.md"
77

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

1111
[tool.poetry.group.dev.dependencies]
1212
pytest = "^8.4.2"

0 commit comments

Comments
 (0)