We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279591d commit 9abac25Copy full SHA for 9abac25
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
matrix:
37
os: [ubuntu-latest]
38
- python-version: [3.10]
+ python-version: ["3.10"]
39
40
steps:
41
- uses: actions/checkout@v3
release-notes/0.1.4.md
@@ -0,0 +1,11 @@
1
+# Release notes for combine-notebooks 0.1.4
2
+
3
+We are pleased to release the next version of combine-notebooks including the
4
+following changes:
5
6
+## Features
7
+- Fix #12, support for python 3.10
8
+- Updated github actions
9
+- Testing `macos` in test matrix
10
11
+Your combine-notebooks team
0 commit comments