-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Python 3.12 to supported versions
Python 3.12 is out and should be supported by Robottelo. Also switched the weekly workflow to use Python 3.12 instead of 3.11.
- Loading branch information
1 parent
8f7fe94
commit d185934
Showing
3 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Version updates managed by dependabot | ||
|
||
betelgeuse==1.11.0 | ||
broker[docker]==0.4.1 | ||
# broker[docker]==0.4.1 - Temporarily disabled, see below | ||
cryptography==41.0.7 | ||
deepdiff==6.7.1 | ||
dynaconf[vault]==3.2.4 | ||
|
@@ -30,4 +30,9 @@ wrapanapi==3.6.0 | |
# Get airgun, nailgun and upgrade from master | ||
git+https://github.com/SatelliteQE/airgun.git@master#egg=airgun | ||
git+https://github.com/SatelliteQE/nailgun.git@master#egg=nailgun | ||
# Broker currently is unable to push to PyPi due to [1] and [2] | ||
# In the meantime, we install directly from the repo | ||
# [1] - https://github.com/ParallelSSH/ssh2-python/issues/193 | ||
# [2] - https://github.com/pypi/warehouse/issues/7136 | ||
git+https://github.com/SatelliteQE/[email protected]#egg=broker | ||
--editable . |