Skip to content

Commit 0aac727

Browse files
remove support for 1.6 LTS (#74)
* remove support for 1.6 LTS * Update Project.toml * Update index.md * Update .github/workflows/CI.yml Co-authored-by: Rik Huijzer <[email protected]> Co-authored-by: Rik Huijzer <[email protected]>
1 parent e062fcf commit 0aac727

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.6'
25-
- '1.8'
24+
- '1.7'
25+
- '1'
2626
os:
2727
- ubuntu-latest
2828
- windows-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ StatsModels = "0.6.28"
2929
TableOperations = "1.2"
3030
Tables = "1.6"
3131
Turing = "0.20, 0.21, 0.22, 0.23"
32-
julia = "1.6"
32+
julia = "1.7"

docs/src/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# TuringGLM
22

3-
Documentation for [TuringGLM](https://github.com/TuringLang/TuringGLM.jl).
3+
Documentation for [`TuringGLM`](https://github.com/TuringLang/TuringGLM.jl).
44
Please [file an issue](https://github.com/TuringLang/TuringGLM.jl/issues/new)
55
if you run into any problems.
66

7+
`TuringGLM` supports Julia version 1.7+.
8+
We recommend always using it with the latest stable Julia release.
9+
710
## Getting Started
811

912
TuringGLM makes easy to specify Bayesian **G**eneralized **L**inear **M**odels using the formula syntax and returns an instantiated [Turing](https://github.com/TuringLang/Turing.jl) model.

0 commit comments

Comments
 (0)