Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Python 3.7 #2460

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

jku
Copy link
Member

@jku jku commented Sep 7, 2023

  • Python 3.7 is EOL.
  • Our runtime dependencies are still ok with 3.7
  • Testing dependencies have started requiring 3.8

Stop supporting and testing Python 3.7.

We could just stop testing Python 3.7 (while claiming to still support it) but that seems like it'll lead to trouble: we will inevitably use some 3.8 feature and then won't notice because we don't test 3.7 any more.

* Python 3.7 is EOL.
* Our runtime dependencies are still ok with 3.7
* Testing dependencies have started requiring 3.8

Stop supporting and testing Python 3.7.

We could just stop testing Python 3.7 (while claiming to still support
it) but that seems like it'll lead to trouble: we will inevitably use
some 3.8 feature and then won't notice because we don't test 3.7 any
more.

Signed-off-by: Jussi Kukkonen <[email protected]>
lukpueh added a commit to lukpueh/tuf that referenced this pull request Sep 28, 2023
fixes theupdateframework#2460

- drop 3.7 build

- update pyproject.toml
  - bump min python to 3.8
  - drop 3.7 classifier

- update docs
  - reword obsolete comment in tests about dict order in 3.7
  - (unrelated) remove obsolete code snippet for per-version requirements files
  - (unrelated) remove obsolete workflow comment about 2.7

Signed-off-by: Lukas Puehringer <[email protected]>
@lukpueh lukpueh merged commit ad1bbe6 into theupdateframework:develop Sep 28, 2023
19 checks passed
lukpueh added a commit to lukpueh/securesystemslib that referenced this pull request Sep 28, 2023
- Python 3.7 is EOL
- Our runtime dependencies are still ok with 3.7
- Testing dependencies have started requiring 3.8
- Our dependent python-tuf just dropped 3.7
  (theupdateframework/python-tuf#2460)

Unrelated change: Add missing classifier for already supported 3.11 to
pyproject.toml

Signed-off-by: Lukas Puehringer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants