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

chore: Bump to Python3.10 #24112

Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
63b7edc
chore: Bump to Python3.10
EugeneTorap May 18, 2023
a6803a1
Remove 'sasl' lib
EugeneTorap May 18, 2023
11db1b4
Add 'sasl' lib in hive CI
EugeneTorap May 18, 2023
a961133
Merge branch 'master' into chore/bump-to-python3.10
EugeneTorap Jul 15, 2023
affc394
Update python version
EugeneTorap Jul 15, 2023
0b371d0
Merge branch 'master' into chore/bump-to-python3.10
EugeneTorap Jul 25, 2023
a5abd13
Merge branch 'master' into chore/bump-to-python3.10
EugeneTorap Jul 31, 2023
c88087b
Merge branch 'master' into chore/bump-to-python3.10
EugeneTorap Oct 8, 2023
8a432f8
Use python 3.10.13 in Dockerfile
EugeneTorap Oct 8, 2023
768bea6
Merge branch 'master' into chore/bump-to-python3.10
EugeneTorap Feb 2, 2024
918cde7
Update python version
EugeneTorap Feb 2, 2024
bb2f849
Update python version
EugeneTorap Feb 2, 2024
fb91437
Revert changes
EugeneTorap Feb 2, 2024
f08c5b1
Remove exclude for arm64 docker building
EugeneTorap Feb 2, 2024
c885dde
Merge branch 'master' into chore/bump-to-python3.10
EugeneTorap Mar 21, 2024
b6de4d4
Merge branch 'master' into chore/bump-to-python3.10
EugeneTorap Mar 21, 2024
8c3c8cf
Update python version
EugeneTorap Mar 21, 2024
308690f
Fix python version
EugeneTorap Mar 21, 2024
b8371e9
Update python-ldap to 3.4.4
EugeneTorap Mar 21, 2024
0b5075f
Fix python version
EugeneTorap Mar 21, 2024
4538a7b
Update action.yml
mistercrunch Mar 22, 2024
7827265
Bump .asf.yaml
EugeneTorap Mar 22, 2024
1ffcc47
Revert no-op.yml
EugeneTorap Mar 22, 2024
2f8be00
Add a bunch of no-op checks for Py3.9
EugeneTorap Mar 22, 2024
1706d1d
Revert 'python_requires' to "~=3.9"
EugeneTorap Mar 22, 2024
275f129
Fix PY 3.11 docker image
EugeneTorap Mar 22, 2024
73f8a65
Add an entry on ./UPDATING.md
EugeneTorap Mar 22, 2024
5c4f697
Merge branch 'master' into chore/bump-to-python3.10
EugeneTorap Mar 29, 2024
45e2411
Revert "Revert 'python_requires' to "~=3.9""
EugeneTorap Mar 29, 2024
0651b6b
Revert "Update action.yml"
EugeneTorap Mar 30, 2024
13d5df4
Add python 3.9 support back in setup.py
mistercrunch Apr 2, 2024
e7a6e9b
Merge branch 'master' into chore/bump-to-python3.10
mistercrunch Apr 2, 2024
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
Prev Previous commit
Next Next commit
Bump .asf.yaml
  • Loading branch information
EugeneTorap committed Mar 22, 2024

Unverified

This user has not yet uploaded their public signing key.
commit 78272650d06e2abce126fc05ac264a6ae775dc0d
16 changes: 8 additions & 8 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -67,15 +67,15 @@ github:
- cypress-matrix (2, chrome)
- cypress-matrix (3, chrome)
- frontend-build
- pre-commit (3.9)
- python-lint (3.9)
- test-mysql (3.9)
- test-postgres (3.9)
- pre-commit (3.10)
- python-lint (3.10)
- test-mysql (3.10)
- test-postgres (3.10)
- test-postgres-hive (3.9)
- test-postgres-presto (3.9)
- test-sqlite (3.9)
- unit-tests (3.9)
- test-postgres (3.11)
- test-postgres-hive (3.10)
- test-postgres-presto (3.10)
- test-sqlite (3.10)
- unit-tests (3.10)

required_pull_request_reviews:
dismiss_stale_reviews: false
Loading