Skip to content

ci: update Python 3.8 to 3.12 in stackoverflow workflow#7039

Merged
szarnyasg merged 1 commit into
duckdb:mainfrom
arijitroy003:ci/update-python-3.12
Jul 20, 2026
Merged

ci: update Python 3.8 to 3.12 in stackoverflow workflow#7039
szarnyasg merged 1 commit into
duckdb:mainfrom
arijitroy003:ci/update-python-3.12

Conversation

@arijitroy003

Copy link
Copy Markdown
Contributor

Summary

  • Update python-version from 3.8 to 3.12 in .github/workflows/stackoverflow.yml
  • Python 3.8 reached end-of-life in October 2024 and is no longer receiving security updates
  • actions/setup-python emits deprecation warnings for EOL Python versions

Test plan

  • Verify the stackoverflow.yml workflow runs successfully with Python 3.12
  • Confirm duckdb, requests, and pytz packages install without issues on 3.12

Python 3.8 reached end-of-life in October 2024. Update to 3.12
to use a supported runtime and avoid deprecation warnings from
actions/setup-python.
@szarnyasg

Copy link
Copy Markdown
Collaborator

Thanks!

@szarnyasg
szarnyasg merged commit 89998bf into duckdb:main Jul 20, 2026
5 checks passed
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