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 3505676 commit b54c6a1Copy full SHA for b54c6a1
.travis.yml
@@ -7,6 +7,7 @@ julia:
7
- 1.1
8
- 1.2
9
- 1.3
10
+ - 1.4
11
- nightly
12
13
matrix:
Project.toml
@@ -2,7 +2,7 @@ name = "MultivariatePolynomials"
2
uuid = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
3
license = "MIT"
4
repo = "https://github.com/JuliaAlgebra/MultivariatePolynomials.jl"
5
-version = "0.3.6"
+version = "0.3.7"
6
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
appveyor.yml
@@ -1,9 +1,7 @@
1
environment:
- julia_version: 1.0
- - julia_version: 1.1
- - julia_version: 1.2
- - julia_version: 1.3
+ - julia_version: 1.4
- julia_version: latest
platform:
0 commit comments