Skip to content

Commit 4ee0a24

Browse files
authored
chore: update tests to use release python-3.11 (#175)
1 parent 381545d commit 4ee0a24

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/unit_test.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.7, 3.8, 3.9, "3.10", "3.11.0-rc.2" ]
10+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
1111
name: Python ${{ matrix.python-version }}
1212
steps:
1313
- uses: actions/checkout@v3

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python310:
3333

3434
python311:
3535
<<: *tests_template
36-
image: python:3.1-rc-alpine
36+
image: python:3.11-alpine
3737
script: tox -e py311
3838

3939
test-style:

hcloud/hcloud.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
import time
42
import requests
53

0 commit comments

Comments
 (0)