Skip to content

Commit

Permalink
Merge pull request #61 from tzumainn/esisdk-version-1.0
Browse files Browse the repository at this point in the history
Updated required version of esisdk
  • Loading branch information
tzumainn authored Sep 17, 2024
2 parents 5aa78c4 + 5ee8fee commit 950b20f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ openstacksdk<1.3.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-openstackclient>=3.18.0
six>=1.12.0
esisdk==0.3
esisdk>=1.0
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ tempest>=17.1.0
testtools>=2.2.0
tox>= 3.12.1
WebTest>=2.0.33
esisdk==0.3
esisdk>=1.0

0 comments on commit 950b20f

Please sign in to comment.