Skip to content

Commit

Permalink
fix dev venv to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTNO committed Jul 4, 2024
1 parent 07bcdb1 commit 9326e41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ci/linux/create_venv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh

python3.8 -m venv ./.venv
python3.11 -m venv ./.venv
. .venv/bin/activate
pip3 install pip-tools
13 changes: 1 addition & 12 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --constraint=requirements.txt --extra=dev --output-file=dev-requirements.txt pyproject.toml
Expand All @@ -10,8 +10,6 @@ build==1.0.3
# pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.0.0
# via build
mypy-protobuf==3.5.0
# via omotes_sdk_protocol_generation (pyproject.toml)
packaging==23.2
Expand All @@ -26,19 +24,10 @@ pyproject-hooks==1.0.0
# via build
setuptools-git-versioning==1.13.5
# via omotes_sdk_protocol_generation (pyproject.toml)
toml==0.10.2
# via setuptools-git-versioning
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
types-protobuf==4.24.0.20240106
# via mypy-protobuf
wheel==0.42.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
Expand Down

0 comments on commit 9326e41

Please sign in to comment.