Skip to content

Commit 7692c17

Browse files
the Mulhernmulkieran
authored andcommitted
setup.cfg: Set python_requires value to 3.12
Signed-off-by: the Mulhern <amulhern@amulhern.bos.csb>
1 parent 0af0810 commit 7692c17

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
include:
2727
# MANDATORY CHECKS USING CURRENT DEVELOPMENT INTERPRETER
2828
- dependencies: >
29-
libatomic
3029
pylint
3130
python3-dbus
3231
python3-dbus-python-client-gen

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ version = 3.8.1
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
license = Apache-2.0
8+
9+
[options]
10+
python_requires = >=3.12

0 commit comments

Comments
 (0)