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 78da0f0 commit a36178cCopy full SHA for a36178c
.travis.yml
@@ -1,11 +1,16 @@
1
# See http://docs.travis-ci.com/user/languages/julia/ and https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Hosting-Documentation-1
2
# See status of Travis builds at https://travis-ci.org/probcomp/Gen
3
4
+# As of March 2022, Gen is not compatible with Julia 1.7,
5
+# due to a regression involving NamedTuples:
6
+# https://github.com/JuliaLang/julia/issues/43783
7
+# The fix is already in `nightly` and slated for 1.8;
8
+# hopefully it will also be backported
9
+# to a future minor release of 1.7.
10
language: julia
11
julia:
- - 1.4
- - 1.5
- - 1.6
12
+ - 1.3 # earliest supported version
13
+ - 1.6 # LTS
14
- nightly
15
16
jobs:
0 commit comments