File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 strategy :
1717 fail-fast : false
1818 matrix :
19- pytest : [ "7 ", "8 " ]
20- cmake : [ "3.20", "4.1 " ]
19+ pytest : [ "8 ", "9 " ]
20+ cmake : [ "3.20", "4.2 " ]
2121 os : [ "ubuntu", "macos", "windows" ]
22- python : [ "3.8 ", "3.12", "3.13 " ]
22+ python : [ "3.10 ", "3.14 " ]
2323 bundled : [ false, true ]
2424
2525 name : |
Original file line number Diff line number Diff line change 11# Pytest CMake
22
33[ ![ PyPi version] ( https://img.shields.io/pypi/v/pytest-cmake.svg?logo=pypi&label=PyPI&logoColor=gold )] ( https://pypi.python.org/pypi/pytest-cmake )
4- [ ![ CMake] ( https://img.shields.io/badge/CMake-3.20...4.1 -blue.svg?logo=CMake&logoColor=blue )] ( https://cmake.org )
4+ [ ![ CMake] ( https://img.shields.io/badge/CMake-3.20...4.2 -blue.svg?logo=CMake&logoColor=blue )] ( https://cmake.org )
55[ ![ Test] ( https://github.com/python-cmake/pytest-cmake/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/python-cmake/pytest-cmake/actions/workflows/test.yml )
66[ ![ License] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
77
Original file line number Diff line number Diff line change 1717# prepend a custom search path.
1818# (https://cmake.org/cmake/help/latest/policy/CMP0074.html)
1919
20- cmake_minimum_required (VERSION 3.20...4.1 )
20+ cmake_minimum_required (VERSION 3.20...4.2 )
2121
2222include (FindPackageHandleStandardArgs )
2323
Original file line number Diff line number Diff line change 11# Wrapper used to create individual CTest tests from Pytest tests.
2- cmake_minimum_required (VERSION 3.20...4.1 )
2+ cmake_minimum_required (VERSION 3.20...4.2 )
33
44if (CMAKE_SCRIPT_MODE_FILE )
55
Original file line number Diff line number Diff line change 44Release Notes
55*************
66
7+ .. release :: Upcoming
8+
9+ .. change :: new
10+
11+ Added compatibility with CMake 4.2 and Pytest v9.
12+
713.. release :: 1.1.0
814 :date: 2025-08-14
915
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
33 " hatchling >= 1.4" ,
4- " cmake >= 3.20, < 4.2 "
4+ " cmake >= 3.20, < 4.3 "
55]
66build-backend = " hatchling.build"
77
@@ -17,7 +17,7 @@ authors = [
1717 {name = " Jeremy Retailleau" , email = " jeremy.retailleau@gmail.com" }
1818]
1919dependencies = [
20- " pytest >= 4, < 9 " ,
20+ " pytest >= 4, < 10 " ,
2121]
2222classifiers = [
2323 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments