Skip to content

Commit

Permalink
Fix release for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbogd committed Jul 30, 2024
1 parent 70615c4 commit e0e6f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==65.6.3", "conan==2.5.0", "cmake==3.26.4", "setuptools_scm[toml]==7.1.0"]
requires = ["setuptools==72.1.0", "conan==2.5.0", "cmake==3.24", "setuptools_scm[toml]==8.1.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit e0e6f5c

Please sign in to comment.