# Is 1.10 going to be the next LTS?

**URL:** https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378
**Category:** Community
**Created:** [August 19, 2024, 5:34pm UTC](https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378 "2024-08-19T17:34:05Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![sylvaticus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sylvaticus/32/203883_2.png) [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)
#### Post date: [August 19, 2024, 5:34pm UTC](https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378/1 "2024-08-19T17:34:05Z")

</div>

Hello, is Julia 1.10 going to be the new LTS when 1.11 will arrive, right? (for planning purposes)

---

<div class="post-metadata">

### Author: ![adienes](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/adienes/32/37459_2.png) [@adienes](https://discourse.julialang.org/u/adienes)
#### Post date: [August 19, 2024, 5:36pm UTC](https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378/2 "2024-08-19T17:36:31Z")

</div>

indeed!

---

<div class="post-metadata">

### Author: ![ThummeTo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/thummeto/32/26105_2.png) [@ThummeTo](https://discourse.julialang.org/u/ThummeTo)
#### Post date: [August 26, 2024, 5:59am UTC](https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378/3 "2024-08-26T05:59:49Z")

</div>

Is there an approximate date for the new LTS release?  
Does it make sense to test current library patches against the old LTS or can 1.6-specific code be slowly removed?

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [August 26, 2024, 7:38am UTC](https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378/4 "2024-08-26T07:38:18Z")

</div>

> [@ThummeTo](#):
>
> Is there an approximate date for the new LTS release?

Releases are designated LTS when the next version is released. Julia versions are just released when all blocking issues have been resolved, so it is difficult to given an estimate in advance.

> [@ThummeTo](#):
>
> can 1.6-specific code be slowly removed?

Packages have no obligation to support the LTS at any point, so you can remove that code anytime you wish.

---

<div class="post-metadata">

### Author: ![ThummeTo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/thummeto/32/26105_2.png) [@ThummeTo](https://discourse.julialang.org/u/ThummeTo)
#### Post date: [August 26, 2024, 7:48am UTC](https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378/5 "2024-08-26T07:48:39Z")

</div>

Thanks for the reply!

> [@Tamas\_Papp](#):
>
> Packages have no obligation to support the LTS at any point, so you can remove that code anytime you wish.

Yes, technically I could do, but I think having a LTS is a fantastic thing to promote the use of the language, especially in the industrial field where updating software is very costly (and having the most up to date features has no priority over having a working piece of code). So I always try to keep LTS working until it’s not the LTS anymore 🙂

---

<div class="post-metadata">

### Author: ![GunnarFarneback](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gunnarfarneback/32/1827_2.png) [@GunnarFarneback](https://discourse.julialang.org/u/GunnarFarneback)
#### Post date: [August 26, 2024, 9:18am UTC](https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378/6 "2024-08-26T09:18:42Z")

</div>

I try to do so too, but notice that

> [@ThummeTo](#):
>
> and having the most up to date features has no priority over having a working piece of code

reasonably applies to packages as well. I.e. they can keep using old package versions, and may be just as happy not getting new package features.

---

<div class="post-metadata">

### Author: ![ThummeTo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/thummeto/32/26105_2.png) [@ThummeTo](https://discourse.julialang.org/u/ThummeTo)
#### Post date: [August 26, 2024, 9:36am UTC](https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378/7 "2024-08-26T09:36:29Z")

</div>

> [@GunnarFarneback](#):
>
> reasonably applies to packages as well. I.e. they can keep using old package versions, and may be just as happy not getting new package features.

totally agree with that 🙂

---

<div class="post-metadata">

### Author: ![Raf](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/raf/32/3383_2.png) [@Raf](https://discourse.julialang.org/u/Raf)
#### Post date: [August 26, 2024, 12:56pm UTC](https://discourse.julialang.org/t/is-1-10-going-to-be-the-next-lts/118378/8 "2024-08-26T12:56:31Z")

</div>

I feel like this only applies if you backport bugfixes, and most of us don’t
