Skip to content

Commit

Permalink
Python 3.10 through 3.12 is okay.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Jan 17, 2025
1 parent 28a58c5 commit c4855bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if(CWIPC_WITH_PYTHON)
# for a new release of Python we can update this version.
# See cwipc_util/python/pyproject.toml for the current versions of those packages.
#
find_package(Python3 3.10...<3.12 REQUIRED COMPONENTS Interpreter)
find_package(Python3 3.10...<3.13 REQUIRED COMPONENTS Interpreter)

#
# Now we can setup the venv.
Expand Down
2 changes: 1 addition & 1 deletion cwipc_util

0 comments on commit c4855bc

Please sign in to comment.