Skip to content

Commit 673972b

Browse files
committed
Fixed small version inconsistencies
1 parent fbc3931 commit 673972b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Pyfhel/Afhel/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.9...3.17)
33

44
project(Afhel)
55

6-
find_package(SEAL 3.7 REQUIRED)
6+
find_package(SEAL 4.1 REQUIRED)
77

88
add_library(afseal Afseal.cpp)
99
target_link_libraries(afseal SEAL::seal)

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
* :bolditalic:`Version`: |release|.
3232
* :bolditalic:`Status`: STABLE.
33-
* :bolditalic:`Language`: Python (3.7+) & Cython on top of C++17.
33+
* :bolditalic:`Language`: Python (3.10+) & Cython on top of C++17.
3434
* :bolditalic:`OS`: Windows (tested with ``MSVC2017``, ``MSVC2019``), Linux / WSL (tested on ``gcc6`` upwards) and MacOS (``gcc6`` upwards, NO CLANG).
3535

3636
.. warning:: |warning| *REQUIRED: Python must have been compiled with C++17:* ``g++>=6`` *|* ``MSVC 2017+`` |warning|

0 commit comments

Comments
 (0)