Skip to content

Commit e52fece

Browse files
committed
Update to python 3.13 and matplotlib to 3.10.7
1 parent 1fca963 commit e52fece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "genie_python"
88
dynamic = ["version"]
99
description = "Instrument control & scripting for the ISIS Neutron & Muon source"
1010
readme = "README.md"
11-
requires-python = ">=3.11"
11+
requires-python = ">=3.13"
1212
license = "BSD-3-Clause"
1313
license-files = ["LICENSE"]
1414

@@ -22,8 +22,8 @@ maintainers = [
2222
classifiers = [
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

2929
dependencies = [
@@ -56,7 +56,7 @@ dependencies = [
5656
# - It depends on a couple of heavyweight libs (py4j and tornado) that aren't necessary otherwise
5757
plot = [
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

0 commit comments

Comments
 (0)