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 #207

Closed
susodapop opened this issue Aug 24, 2023 · 0 comments · Fixed by #270
Closed

Drop support for Python 3.7 #207

susodapop opened this issue Aug 24, 2023 · 0 comments · Fixed by #270

Comments

@susodapop
Copy link
Contributor

We support all non-EOL versions of Python. Python 3.7 reached EOL in June 2023.

susodapop pushed a commit that referenced this issue Aug 24, 2023
The latest version of poetry released on 20 August 2023 (four days ago
as of this commit) which drops support for Python 3.7, causing our
github action to fail.

Until we complete #207 we need to conditionally install the last version
of poetry that supports Python 3.7 (poetry==1.5.1)

Signed-off-by: Jesse Whitehouse <[email protected]>
susodapop pushed a commit that referenced this issue Aug 24, 2023
snok/install-poetry@v1 installs the latest version of Poetry

The latest version of poetry released on 20 August 2023 (four days ago
as of this commit) which drops support for Python 3.7, causing our
github action to fail.

Until we complete #207 we need to conditionally install the last version
of poetry that supports Python 3.7 (poetry==1.5.1)

Signed-off-by: Jesse Whitehouse <[email protected]>
susodapop pushed a commit to unj1m/databricks-sql-python that referenced this issue Sep 19, 2023
…icks#208)

snok/install-poetry@v1 installs the latest version of Poetry

The latest version of poetry released on 20 August 2023 (four days ago
as of this commit) which drops support for Python 3.7, causing our
github action to fail.

Until we complete databricks#207 we need to conditionally install the last version
of poetry that supports Python 3.7 (poetry==1.5.1)

Signed-off-by: Jesse Whitehouse <[email protected]>
susodapop pushed a commit that referenced this issue Oct 25, 2023
Closes #207

Signed-off-by: Jesse Whitehouse <[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 a pull request may close this issue.

1 participant