File tree Expand file tree Collapse file tree 6 files changed +14
-7
lines changed
Expand file tree Collapse file tree 6 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: tests
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ main, dev ]
66
77 pull_request :
88 branches : [ main ]
1717 fail-fast : false
1818 matrix :
1919 pytest : [ "7", "8" ]
20- cmake : [ "3.20", "3.30 " ]
20+ cmake : [ "3.20", "4.1 " ]
2121 os : [ "ubuntu", "macos", "windows" ]
22- python : [ "3.8", "3.11 ", "3.12 " ]
22+ python : [ "3.8", "3.12 ", "3.13 " ]
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...3.30 -blue.svg?logo=CMake&logoColor=blue )] ( https://cmake.org )
4+ [ ![ CMake] ( https://img.shields.io/badge/CMake-3.20...4.1 -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...3.30 )
20+ cmake_minimum_required (VERSION 3.20...4.1 )
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...3.30 )
2+ cmake_minimum_required (VERSION 3.20...4.1 )
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.1.
12+
13+
714.. release :: 0.13.0
815 :date: 2025-02-16
916
Original file line number Diff line number Diff line change 22requires = [
33 " hatchling >= 1.4; python_version >= '3'" ,
44 " setuptools >= 44; python_version < '3'" ,
5- " cmake >= 3.20, < 3.31 "
5+ " cmake >= 3.20, < 4.2 "
66]
77build-backend = " build_backend"
88backend-path = [" ." ]
You can’t perform that action at this time.
0 commit comments