File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
submodules : false
77
77
- name : Setup environment
78
78
run : |
79
- sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip psmisc
79
+ sudo dnf install -y sdl12-compat python3-wxpython4 xorg-x11-server-Xvfb python3-pip python3-tkinter psmisc
80
80
# sudo dnf downgrade -y mesa* --refresh
81
81
git submodule update --init --recursive
82
82
pip install -r requirements-dev.txt
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ def run(self):
115
115
package_dir = {'' : SOURCE_DIR },
116
116
packages = find_packages (SOURCE_DIR ),
117
117
package_data = PACKAGE_DATA ,
118
- python_requires = '>=3.8, <=3.13 ' ,
118
+ python_requires = '>=3.8, <3.14 ' ,
119
119
# Robot Framework package data is not included, but RIDE does not need it.
120
120
# Always install everything, since we may be switching between versions
121
121
options = {'install' : {'force' : True }},
You can’t perform that action at this time.
0 commit comments