Skip to content

Commit

Permalink
fixup! Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fghaas committed Apr 15, 2024
1 parent 8f18103 commit 924ea48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install "tox<4" tox-gh-actions tox-pip-version setuptools-scm
pip install "tox<4" tox-gh-actions tox-pip-version setuptools
- env:
TOX_PIP_VERSION: ${{ matrix.pip-version }}
name: Test with tox (pip ${{ matrix.pip-version }})
Expand Down
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ python-heatclient>=1.6.1,<2
python-keystoneclient>=3.17.0,<3.22
python-novaclient>=7.1.2,<16
tenacity>=6.2,<8
setuptools-scm

# for hastexo_guacamole_client
django<=4.2.8
Expand Down
1 change: 1 addition & 0 deletions requirements/setup.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r base.txt
setuptools-scm
bumpversion

0 comments on commit 924ea48

Please sign in to comment.