StackGuardian / StackGuardian/tirith

chore: raise the supported Python floor from 3.8

Open
#368 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
Python
Stars
165
Forks
42
Avg merge
1d 3h
Merged PRs (30d)
11

Description

setup.py still declares python_requires=">=3.8" and pyproject.toml targets py38, but
Python 3.8 reached end of life in October 2024 (3.9 followed in October 2025). The floor should
move to at least 3.10, ideally 3.11.

Tasks

  • Bump python_requires and the trove classifiers in setup.py.
  • Bump python_version in the Pipfile and target-version in pyproject.toml.
  • Update the CI test matrix to the supported versions.
  • Remove version shims that become dead — e.g. dependency markers like python_version >= "3.9"
    in setup.py extras can become unconditional.
  • Verify all pinned dependencies support the new floor.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by auditing the Python version declarations and dependency markers in setup.py, Pipfile, and pyproject.toml, then locate the CI test matrix. Update the supported floor, classifiers, matrix, and obsolete shims; verify pinned dependencies support it and run the project’s CI tests. Done means all configuration consistently supports the chosen Python versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, ci-cd
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.