Skip to content

Commit

Permalink
bumping python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilger26 committed Jan 7, 2025
1 parent a11450f commit 22d197c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test/pytest/environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test
dependencies:
- python=3.10
- python=3.12
- pip
- numpy
- astropy
Expand All @@ -9,9 +9,9 @@ dependencies:
- mpmath
- pytest
- tbb
- tbb-devel
- tbb-devel
- gtest
- gmock
- pip:
- pymap3d
- vectormath
- pymap3d
- vectormath
2 changes: 1 addition & 1 deletion test/pytest/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ target_include_directories(${TARGET_NAME} PRIVATE
)

set(Python_USE_STATIC_LIBS True)
find_package(Python 3.10 REQUIRED
find_package(Python 3.11 REQUIRED
COMPONENTS
Development.Module
)
Expand Down

0 comments on commit 22d197c

Please sign in to comment.