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 d395b26 commit 20edaa4Copy full SHA for 20edaa4
.github/workflows/ci.yml
@@ -20,7 +20,8 @@ jobs:
20
fail-fast: false
21
matrix:
22
version:
23
- - '1.10'
+ - 'lts'
24
+ - '1'
25
os:
26
- ubuntu-latest
27
- macOS-latest
Project.toml
@@ -1,7 +1,7 @@
1
name = "ClassicalOrthogonalPolynomials"
2
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
3
authors = ["Sheehan Olver <[email protected]>"]
4
-version = "0.13.5"
+version = "0.14"
5
6
[deps]
7
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
0 commit comments