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 python 3.8 support and other maintenance #153

Merged
merged 5 commits into from
Jul 29, 2024
Merged

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Jul 22, 2024

  • chore: Run make upgrade with Python 3.11
  • style: Update pylint config and fix pylint issues.
  • build: Drop support for Python 3.8
  • test: Use modern commands for docker in testing.

@feanil feanil changed the title feanil/some maintenance Drop python 3.8 support and other maintenance Jul 22, 2024
Copy link

@e0d e0d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A question and a comment, non-blocking.

run: sleep 10 && tox

- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='django42'
if: matrix.python-version == '3.12' && matrix.toxenv=='django42'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we support 3.11 should we also run coverage against it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've been running coverage and style only against the latest version which seems to be sufficient and hasn't caused any major issues.

@@ -25,10 +25,10 @@ validate: clean
tox

test.start_elasticsearch:
docker-compose up -d
docker compose up -d
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the minimum version of docker has changed, do we need a change log message?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no changelog file in this repo but I'll mention it in the release notes when I release the new version.

feanil added 3 commits July 29, 2024 10:41
Without this change we were getting a weird error that the 'install'
package could not be found because github action was combining the two
lines into a single `pip install setuptools pip install -r
requirements/ci.txt` call.
@feanil feanil force-pushed the feanil/some_maintenance branch from 3adc2ff to 797a862 Compare July 29, 2024 14:41
@feanil feanil merged commit 2336560 into master Jul 29, 2024
8 checks passed
@feanil feanil deleted the feanil/some_maintenance branch July 29, 2024 14:44
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