Skip to content

Conversation

@sbshah97
Copy link

Update the GitHub Actions workflows and documentation to support the latest stable Python version (3.11).

  • README.md

    • Update the "Requirements" section to include Python 3.11.
  • setup.py

    • Update the classifiers list to include Python 3.11.
  • .github/workflows/publish-distribution.yaml

    • Update the python-version to '3.11' in the "Set up Python" step.
  • .github/workflows/publish-documentation.yaml

    • Update the python-version to '3.11' in the "Set up Python" step.
  • .github/workflows/test-build.yaml

    • Add '3.11' to the python-version matrix in the "mock-api-test" job.

Update the GitHub Actions workflows and documentation to support the latest stable Python version (3.11).

* **README.md**
  - Update the "Requirements" section to include Python 3.11.

* **setup.py**
  - Update the `classifiers` list to include Python 3.11.

* **.github/workflows/publish-distribution.yaml**
  - Update the `python-version` to '3.11' in the "Set up Python" step.

* **.github/workflows/publish-documentation.yaml**
  - Update the `python-version` to '3.11' in the "Set up Python" step.

* **.github/workflows/test-build.yaml**
  - Add '3.11' to the `python-version` matrix in the "mock-api-test" job.
@tim-smar
Copy link

@sbshah97 It appears the linter is failing due to a new pylint rule. I started a PR to resolve that issue, but it failed on python 3.7 which is past its end of life. Since you've already started to address python version issues here, I closed my PR. If you make the same change I referenced, this PR should be able to move forward. You may need to drop support for 3.7 and 3.8 before all the checks pass.

@tim-smar tim-smar self-requested a review February 12, 2025 21:19
@tim-smar tim-smar assigned tim-smar and sbshah97 and unassigned tim-smar Feb 12, 2025
Update project to drop support for Python 3.7 and 3.8 and resolve linter issue.

* **setup.py**
  - Remove support for Python 3.7 and 3.8 from the `classifiers` list.
  - Remove the `enum34` dependency from the `REQUIRES` list as this checks for python versions below 3.4.

* **README.md**
  - Update the "Requirements" section to mention compatibility with Python 3.9, 3.10, and 3.11.

* **.github/workflows/test-build.yaml**
  - Remove Python 3.7 and 3.8 from the `matrix` list under the `mock-api-test` job.
Update Python versions and resolve linter issue
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