File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 platform : [ubuntu-latest, windows-latest, macos-latest]
20- python-version : ["3.6 ", "3.8 "]
20+ python-version : ["3.8 ", "3.10 "]
2121
2222 runs-on : ${{ matrix.platform }}
2323
Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 platform : [windows-latest, macos-latest, ubuntu-latest]
20- python-version : ["3.6 ", "3.10 "]
20+ python-version : ["3.7 ", "3.11 "]
2121
2222 runs-on : ${{ matrix.platform }}
2323
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ python_example
2727[ appveyor-badge ] : https://travis-ci.org/pybind/python_example.svg?branch=master&status=passed
2828
2929An example project built with [ pybind11] ( https://github.com/pybind/pybind11 ) .
30- This requires Python 3.6 +; for older versions of Python, check the commit
30+ This requires Python 3.7 +; for older versions of Python, check the commit
3131history.
3232
3333Installation
Original file line number Diff line number Diff line change 11import sys
22
3- from pybind11 import get_cmake_dir
43# Available at setup time due to pyproject.toml
4+ from pybind11 import get_cmake_dir
55from pybind11 .setup_helpers import Pybind11Extension , build_ext
66from setuptools import setup
77
3838 # level" feature, but in the future it may provide more features.
3939 cmdclass = {"build_ext" : build_ext },
4040 zip_safe = False ,
41- python_requires = ">=3.6 " ,
41+ python_requires = ">=3.7 " ,
4242)
You can’t perform that action at this time.
0 commit comments