Skip to content

Commit

Permalink
Force aiorospy to use python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
garyservin committed Nov 27, 2024
1 parent b1c616a commit 35b61f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiorospy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(CATKIN_ENABLE_TESTING)

catkin_generate_virtualenv(
INPUT_REQUIREMENTS requirements.in
PYTHON_INTERPRETER python3
PYTHON_INTERPRETER python3.10
)
set(python_test_scripts
tests/test_action_client.py
Expand Down
2 changes: 1 addition & 1 deletion aiorospy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<exec_depend>rospy</exec_depend>

<test_depend>catkin_virtualenv</test_depend>
<test_depend>python3</test_depend>
<test_depend>python3.10</test_depend>
<test_depend>roslint</test_depend>
<test_depend>rostest</test_depend>

Expand Down

0 comments on commit 35b61f7

Please sign in to comment.