This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
add test for 3.13
pull/972/head
Tobias Bruckert
2 weeks ago
committed by
GitHub
parent
1b361f9967
commit
7599fd0537
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/test.yml
+ 1
- 1
.github/workflows/test.yml
View File
@@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"
, "3.13"
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Write
Preview
Loading…
Cancel
Save