Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
df3f708
bump to 3.14
cvanelteren Oct 27, 2025
563cb88
bump to 3.14
cvanelteren Oct 27, 2025
7522016
Merge branch 'main' into py-314
cvanelteren Oct 27, 2025
d59ced4
Merge branch 'main' into py-314
cvanelteren Dec 16, 2025
059ac6d
Merge branch 'main' into py-314
cvanelteren Jan 2, 2026
068faf0
Merge branch 'main' into py-314
cvanelteren Jan 6, 2026
6b47302
Merge branch 'main' into py-314
cvanelteren Jan 6, 2026
c80b83d
mock commit
cvanelteren Jan 6, 2026
41751ff
Merge branch 'main' into py-314
cvanelteren Jan 16, 2026
0bc797d
Merge branch 'main' into py-314
cvanelteren Jan 16, 2026
8bcdbf4
Merge branch 'main' into py-314
cvanelteren Jan 22, 2026
3aaa162
Merge branch 'main' into py-314
cvanelteren Jan 29, 2026
e2c651f
Merge branch 'main' into py-314
cvanelteren Jan 29, 2026
68dd550
Merge branch 'main' into py-314
cvanelteren Jan 30, 2026
e0e646e
Merge branch 'main' into py-314
cvanelteren Jan 31, 2026
21dd79e
Merge branch 'main' into py-314
cvanelteren Feb 1, 2026
4bae720
Merge branch 'main' into py-314
cvanelteren Feb 3, 2026
4e35154
Merge branch 'main' into py-314
cvanelteren Feb 5, 2026
6f1a3a5
Merge branch 'main' into py-314
cvanelteren Feb 7, 2026
ee65732
Merge branch 'main' into py-314
cvanelteren Feb 10, 2026
7bf192b
Merge branch 'main' into py-314
cvanelteren Feb 10, 2026
e1ed92a
Merge branch 'main' into py-314
cvanelteren Feb 11, 2026
23900d5
Merge branch 'main' into py-314
cvanelteren Feb 15, 2026
86df540
Bump version
cvanelteren Feb 15, 2026
a92735a
Merge branch 'main' into py-314
cvanelteren Feb 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ultraplot-dev
channels:
- conda-forge
dependencies:
- python>=3.10,<3.14
- python>=3.10,<3.15
- numpy
- matplotlib>=3.9
- basemap >=1.4.1
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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= [
Expand Down
3 changes: 3 additions & 0 deletions ultraplot/axes/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7497,3 +7497,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
Loading