File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name = "genie_python"
88dynamic = [" version" ]
99description = " Instrument control & scripting for the ISIS Neutron & Muon source"
1010readme = " README.md"
11- requires-python = " >=3.11 "
11+ requires-python = " >=3.13 "
1212license = " BSD-3-Clause"
1313license-files = [" LICENSE" ]
1414
@@ -22,8 +22,8 @@ maintainers = [
2222classifiers = [
2323 " Development Status :: 5 - Production/Stable" ,
2424 " Intended Audience :: Developers" ,
25- " Programming Language :: Python :: 3.11" ,
2625 " Programming Language :: Python :: 3.12" ,
26+ " Programming Language :: Python :: 3.13" ,
2727]
2828
2929dependencies = [
@@ -56,7 +56,7 @@ dependencies = [
5656# - It depends on a couple of heavyweight libs (py4j and tornado) that aren't necessary otherwise
5757plot = [
5858 # When updating, check plotting works in GUI. Must keep pinned to a specific, tested version.
59- " matplotlib==3.10.1 " ,
59+ " matplotlib==3.10.7 " ,
6060 # Python <-> Java communication, to spawn matplotlib plots in GUI
6161 " py4j" ,
6262 # Tornado webserver used by custom backend
You can’t perform that action at this time.
0 commit comments