Skip to content

Commit

Permalink
wip: trying no setup with 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
abellotti committed Jun 3, 2024
1 parent 13781fb commit 4b8ff73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To work with the qpc code, begin by cloning the repository:
git clone [email protected]:quipucords/qpc.git
```

qpc development requires Python 3.12 and Poetry. Install using your local pakage manager or manually from:
qpc development requires Python 3.11 and Poetry. Install using your local pakage manager or manually from:

* https://www.python.org/downloads/
* https://python-poetry.org/
Expand Down
4 changes: 2 additions & 2 deletions qpc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global __python3 /usr/bin/python3.12
%global python3_pkgversion 3.12
%global __python3 /usr/bin/python3.11
%global python3_pkgversion 3.11
Name: qpc
Summary: command-line client interface for quipucords

Expand Down

0 comments on commit 4b8ff73

Please sign in to comment.