diff --git a/pyproject.toml b/pyproject.toml index 2e0aee22..9c1de5a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ maintainers = [ ] description = "A succinct matplotlib wrapper for making beautiful, publication-quality graphics." readme = "README.rst" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.10,<3.15" license = {text = "MIT"} classifiers = [ "License :: OSI Approved :: MIT License", @@ -29,6 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Framework :: Matplotlib", ] dependencies= [ diff --git a/ultraplot/axes/plot.py b/ultraplot/axes/plot.py index 526e6ffa..d37498db 100644 --- a/ultraplot/axes/plot.py +++ b/ultraplot/axes/plot.py @@ -5864,3 +5864,6 @@ def _iter_arg_cols(self, *args, label=None, labels=None, values=None, **kwargs): # Rename the shorthands boxes = warnings._rename_objs("0.8.0", boxes=box) violins = warnings._rename_objs("0.8.0", violins=violin) + + +# mock commit