Skip to content

Commit

Permalink
octavia-cli: replace 3.10 occurences with 3.8 (airbytehq#9376)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jan 10, 2022
1 parent 4137a34 commit 58253cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octavia-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Summary of achievements:
| 2021-12-22 | Bootstrapping the project's code base |
# Developing locally
1. Install Python 3.10.0. We suggest doing it through `pyenv`
1. Install Python 3.8.12. We suggest doing it through `pyenv`
2. Create a virtualenv: `python -m venv .venv`
3. Activate the virtualenv: `source .venv/bin/activate`
4. Install dev dependencies: `pip install -e .\[dev\]`
Expand Down
2 changes: 1 addition & 1 deletion octavia-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: MIT License",
# Python Version Support
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.8",
],
keywords="airbyte cli command-line-interface configuration",
project_urls={
Expand Down

0 comments on commit 58253cd

Please sign in to comment.