omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.91k stars 104 forks source link

Skip lint nox session for python3.6 #1072

Closed Jasha10 closed 1 year ago

Jasha10 commented 1 year ago

The lint session is giving errors with python3.6. Specifically, mypy is giving errors with 3.6 that do not show up with later python versions.

Python3.6 has reached end of life and mypy no longer officially supports 3.6, so I'm removing the 3.6 lint job from OmegaConf CI.