Skip to content

Commit

Permalink
Merge pull request #339 from tudo-astroparticlephysics/python3.11_sup…
Browse files Browse the repository at this point in the history
…port

Update pybind11 version in conanfile to support python 3.11
  • Loading branch information
Jean1995 authored Jan 16, 2023
2 parents 6f2dddb + f7a245c commit 79a3735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def requirements(self):
self.requires("spdlog/1.10.0")
self.requires("nlohmann_json/3.9.1")
if self.options.with_python:
self.requires("pybind11/2.6.2")
self.requires("pybind11/2.10.1")
if self.options.with_testing:
self.requires("boost/1.78.0")
self.requires("gtest/1.11.0")
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ classifiers=
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Physics
Development Status :: 5 - Production/Stable
Expand Down

0 comments on commit 79a3735

Please sign in to comment.