Skip to content

Commit

Permalink
Bump setuptools_dso and epicscorelibs to alpha releases with Python 3…
Browse files Browse the repository at this point in the history
….12 support
  • Loading branch information
OCopping committed Jul 31, 2024
1 parent 46ee1a6 commit 7fe0da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools_dso>=2.7a1", "epicscorelibs>=7.0.3.99.2.0a1"]
requires = ["setuptools", "wheel", "setuptools_dso>=2.11a2", "epicscorelibs>=7.0.7.99.1.0a2"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def define_DSOS(self):
#setup_requires = ['setuptools_dso'],
# also need at runtime for DSO filename lookup
install_requires = [
'setuptools_dso>=2.7a1',
'setuptools_dso>=2.11a2',
epicscorelibs.version.abi_requires(),
],
packages=['pvxslibs', 'pvxslibs.lib', 'pvxslibs.test'],
Expand Down

0 comments on commit 7fe0da6

Please sign in to comment.