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

SNOW-1763673 Python 3.13 support #2105

Closed
wants to merge 58 commits into from
Closed
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
195908a
deprecate python 3.8
sfc-gh-mkeller Nov 11, 2024
859db24
adding Python 3.13 builds
sfc-gh-mkeller Nov 13, 2024
0f3e6a4
pre-commit autoupdate
sfc-gh-mkeller Nov 13, 2024
8db96c5
fixing all files with pre-commit
sfc-gh-mkeller Nov 13, 2024
a707ef4
bump cibuildwheel used
sfc-gh-mkeller Nov 13, 2024
40e555d
changelog entry
sfc-gh-mkeller Nov 13, 2024
01384a6
update numpy.nan usage
sfc-gh-mkeller Nov 13, 2024
92ee331
fix olddriver tests
sfc-gh-mkeller Nov 14, 2024
7390bd9
update windows image used for builds and tests
sfc-gh-mkeller Nov 14, 2024
fb4b1a8
use already built wheels
sfc-gh-mkeller Nov 18, 2024
c0c1df2
pre-commit fixes
sfc-gh-mkeller Jan 29, 2025
1ea64c6
bump numpy to <2.1.0
sfc-gh-mkeller Jan 29, 2025
a5fd0dc
adding Python 3.13 Dockerfile
sfc-gh-mkeller Jan 29, 2025
580db9d
fix numpy issues
sfc-gh-mkeller Feb 5, 2025
e1faded
SNOW-1763673: Merged main
sfc-gh-fpawlowski Mar 4, 2025
0536a8e
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Mar 5, 2025
bdc2956
SNOW-1763673: Added running python 313 tests on Jenkins and depricate…
sfc-gh-fpawlowski Mar 5, 2025
ffdf66b
Merge remote-tracking branch 'origin/mkeller/SNOW-1763673/python3.13-…
sfc-gh-fpawlowski Mar 5, 2025
fffc947
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Mar 11, 2025
e8655b8
SNOW-1763673: Added python 313 to tox dependencies
sfc-gh-fpawlowski Mar 11, 2025
c8a5aab
Merge remote-tracking branch 'origin/mkeller/SNOW-1763673/python3.13-…
sfc-gh-fpawlowski Mar 11, 2025
f37ad7e
SNOW-1763673: Reverted path env settinh
sfc-gh-fpawlowski Mar 11, 2025
1d3e227
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Mar 17, 2025
15527f7
SNOW-1763673: Fixed failing old test with ubuntu downgrade
sfc-gh-fpawlowski Mar 17, 2025
b843cbb
SNOW-1763673: Fixed fips dockerfile to include the new python version…
sfc-gh-fpawlowski Mar 17, 2025
a3876d8
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Mar 17, 2025
8651faa
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Mar 18, 2025
b8fa4ad
SNOW-1763673: Hardcoded list of versions of python supported fixed in…
sfc-gh-fpawlowski Mar 18, 2025
6132c8b
SNOW-1763673: Build darwin cleanup
sfc-gh-fpawlowski Mar 18, 2025
f5aea74
SNOW-1763673: Added Jenkins builds
sfc-gh-fpawlowski Mar 18, 2025
985108d
SNOW-1763673: Added Jenkins builds
sfc-gh-fpawlowski Mar 18, 2025
13dd00c
SNOW-1763673: Added Jenkins builds
sfc-gh-fpawlowski Mar 18, 2025
86c839c
SNOW-1763673: Removed installpkg dist/*.whl to run tox tests command …
sfc-gh-fpawlowski Mar 18, 2025
66cbee6
SNOW-1763673: Upgraded windows image version to make it capable of co…
sfc-gh-fpawlowski Mar 18, 2025
19787f1
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Mar 18, 2025
d2afbf3
SNOW-1763673: Dockerfile moved forward to allow building numpy for 3.13
sfc-gh-fpawlowski Mar 19, 2025
14f4c22
SNOW-1763673: Dockerfile tools added to allow building numpy for 3.13
sfc-gh-fpawlowski Mar 25, 2025
573f975
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Mar 25, 2025
f1f61b2
SNOW-1763673: Dockerfile tools added to allow building numpy for 3.13
sfc-gh-fpawlowski Mar 25, 2025
0aa1c03
SNOW-1763673: Printing logs of fail
sfc-gh-fpawlowski Mar 26, 2025
f992afe
SNOW-1763673: Printing logs of fail
sfc-gh-fpawlowski Mar 26, 2025
6bf6074
SNOW-1763673: Dockerfile tools added to allow building numpy for 3.13
sfc-gh-fpawlowski Mar 26, 2025
a5872d1
SNOW-1763673: Dockerfile tools added to allow building numpy for 3.13
sfc-gh-fpawlowski Mar 26, 2025
2800609
SNOW-1763673: rust added cargo
sfc-gh-fpawlowski Mar 26, 2025
a132aab
SNOW-1763673: Cleaned up and added release notes
sfc-gh-fpawlowski Mar 26, 2025
33bd968
Merge branch 'refs/heads/main' into mkeller/SNOW-1763673/python3.13-s…
sfc-gh-fpawlowski Mar 26, 2025
9206d01
SNOW-1763673: Excluded windows builds fo 3.13
sfc-gh-fpawlowski Mar 26, 2025
3382f9f
SNOW-1763673: Jenkins Dockerfile fixed with cargo
sfc-gh-fpawlowski Mar 26, 2025
6119990
SNOW-1763673: Jenkins file update to use 3.9 for olddriver
sfc-gh-fpawlowski Mar 26, 2025
c445b8d
SNOW-1763673: Removed manual PATH setting in Dockerfiles
sfc-gh-fpawlowski Mar 26, 2025
0a07154
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Mar 27, 2025
1f3e436
SNOW-1763673: Removed unnecessary changes
sfc-gh-fpawlowski Mar 27, 2025
605ffc7
SNOW-1763673: Reverted numpy NAN change
sfc-gh-fpawlowski Mar 27, 2025
2a5ecc4
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Mar 27, 2025
d0c85ac
SNOW-1763673: Reverted nanoarrow
sfc-gh-fpawlowski Mar 27, 2025
fe335a7
SNOW-1763673: Reverted nanoarrow reversion
sfc-gh-fpawlowski Mar 27, 2025
892c036
SNOW-1763673: Added numpy bool_ type hint
sfc-gh-fpawlowski Mar 27, 2025
ff9115a
Merge branch 'main' into mkeller/SNOW-1763673/python3.13-support
sfc-gh-fpawlowski Apr 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.