Skip to content

Commit

Permalink
OZI.build 1.3.4: set Requires-Python: >=3.10, <3.13
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 28, 2024
1 parent 72b7a14 commit ee004f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('OZI.build', version : '1.3.3', license : 'apache-2.0')
project('OZI.build', version : '1.3.4', license : 'apache-2.0')
fs = import('fs')
python = import('python').find_installation()
subdir('ozi_build')
Expand Down
1 change: 1 addition & 0 deletions ozi_build/buildapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def meson_configure(*args, config_settings=None):

PKG_INFO = """\
Metadata-Version: 2.1
Requires-Python: >=3.10, <3.13
Name: {name}
Version: {version}
"""
Expand Down

0 comments on commit ee004f3

Please sign in to comment.