Skip to content

Commit

Permalink
chore: update tests to use release python-3.11 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote authored Dec 27, 2022
1 parent 381545d commit 4ee0a24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11.0-rc.2" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python310:

python311:
<<: *tests_template
image: python:3.1-rc-alpine
image: python:3.11-alpine
script: tox -e py311

test-style:
Expand Down
2 changes: 0 additions & 2 deletions hcloud/hcloud.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import absolute_import

import time
import requests

Expand Down

0 comments on commit 4ee0a24

Please sign in to comment.