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 370ef7f commit 07839c9Copy full SHA for 07839c9
.travis.yml
@@ -8,6 +8,7 @@ julia:
8
- 1.1
9
- 1.2
10
- 1.3
11
+ - 1.4
12
- nightly
13
14
matrix:
Project.toml
@@ -1,7 +1,7 @@
1
name = "DynamicPolynomials"
2
uuid = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
3
repo = "https://github.com/JuliaAlgebra/DynamicPolynomials.jl.git"
4
-version = "0.3.8"
+version = "0.3.1"
5
6
[deps]
7
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
appveyor.yml
@@ -1,6 +1,8 @@
environment:
- julia_version: 1.0
+ - julia_version: 1.3
+ - julia_version: 1.4
- julia_version: latest
platform:
0 commit comments