Skip to content

Commit 689ab7f

Browse files
committed
adds python 3.11 support (#2)
1 parent 6ea68e3 commit 689ab7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10", "3.9"]
10+
python-version: ["3.11", "3.10", "3.9"]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Set up Python ${{ matrix.python-version }}

poetry.lock

Lines changed: 2 additions & 2 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
@@ -11,7 +11,7 @@ license = "MIT"
1111
packages = [{include = "hcloud_selfdestruct"}]
1212

1313
[tool.poetry.dependencies]
14-
python = ">=3.9,<3.11"
14+
python = ">=3.9,<3.12"
1515
hcloud = "^1.18.2"
1616
apprise = "^1.2.1"
1717

0 commit comments

Comments
 (0)