conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
470 stars 102 forks source link

Drop support for Python 3.6 and 3.7 #329

Closed maresb closed 1 year ago

maresb commented 1 year ago

Checklist

What is the idea?

Ease development through use of modern Python

Why is this needed?

Working with type annotations becomes much easier when I can use from __future__ import annotations

What should happen?

Bump minimal Python version to 3.7

Additional Context

Any thoughts, @bollwyvl?

bollwyvl commented 1 year ago

Drop 3.7, too?

On Sun, Feb 5, 2023, 08:13 Ben Mares @.***> wrote:

Checklist

  • I added a descriptive title
  • I searched open requests and couldn't find a duplicate

What is the idea?

Ease development through use of modern Python Why is this needed?

Working with type annotations becomes much easier when I can use from future import annotations What should happen?

Bump minimal Python version to 3.7 Additional Context

Any thoughts, @bollwyvl https://github.com/bollwyvl?

— Reply to this email directly, view it on GitHub https://github.com/conda/conda-lock/issues/329, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALCRCGQT5APYKL7GPOIVDWV6YSHANCNFSM6AAAAAAURZPZVY . You are receiving this because you were mentioned.Message ID: @.***>

maresb commented 1 year ago

Drop 3.7, too?

I didn't want to be too radical, but yes! :smile: