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.8, fix integration test #328

Merged
merged 4 commits into from
Aug 23, 2023
Merged

Conversation

mudit2812
Copy link
Contributor

As name says

CHANGELOG.md Outdated Show resolved Hide resolved
@mudit2812 mudit2812 requested a review from a team August 22, 2023 18:14
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #328 (d321506) into master (22b7e20) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #328   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          314       314           
=========================================
  Hits           314       314           

@timmysilv timmysilv changed the title Drop support for Python 3.8 Drop support for Python 3.8, fix integration test Aug 22, 2023
@timmysilv timmysilv merged commit 562c549 into master Aug 23, 2023
9 checks passed
@timmysilv timmysilv deleted the drop3.8 branch August 23, 2023 13:22
@@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
Copy link
Contributor

Choose a reason for hiding this comment

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

Why 3.9 vs more recent versions?

Copy link
Contributor

Choose a reason for hiding this comment

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

no strong reason. i guess we know 3.9 still works?

Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds good, I'm just wondering if we could make these changes easier next time.

Copy link
Contributor

Choose a reason for hiding this comment

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

imo it's just a matter of convention, but I'd be happy to skip to the max python version we support whenever we drop support for the version used in CI. change every 3-4 releases instead of every release!

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.

3 participants