Skip to content

Commit 89137bc

Browse files
committed
test on "3.10"
1 parent c8aeb41 commit 89137bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: ["3.7", "3.8", "3.9", "3.10-dev"]
26+
python-version: ["3.7", "3.8", "3.9", "3.10"]
2727
steps:
2828
- uses: actions/setup-python@v2
2929
with:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The output of tikzplotlib is in [PGFPlots](https://github.com/pgf-tikz/pgfplots/
3030
library that sits on top of [PGF/TikZ](https://en.wikipedia.org/wiki/PGF/TikZ) and
3131
describes graphs in terms of axes, data etc. Consequently, the output of tikzplotlib
3232

33-
- retains more information,
34-
- can be more easily understood, and
35-
- is more easily editable
33+
- retains more information,
34+
- can be more easily understood, and
35+
- is more easily editable
3636

3737
than [raw TikZ output](https://matplotlib.org/users/whats_new.html#pgf-tikz-backend).
3838
For example, the matplotlib figure

0 commit comments

Comments
 (0)