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
ci(test): remove support < Python3.9
pull/944/head
MinJae Kwon
1 year ago
parent
8c9a285208
commit
f54c7aadb5
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.
7", "3.8", "3.
9", "3.10", "3.11"]
python: ["3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Write
Preview
Loading…
Cancel
Save