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

Updating py3.12 #1811

Closed
Closed
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
7f5c9ea
updated version check
sameer-google Oct 19, 2024
bb98423
updated argcomplete to v3.5.1
sameer-google Oct 19, 2024
3cd5f5e
Github CI Build only for 3.8 to 3.12
sameer-google Oct 21, 2024
c8eac9f
updating version check
sameer-google Oct 21, 2024
50f02b1
xrange() to range()
sameer-google Oct 23, 2024
51042ed
datetime.utcnow() to datetime.now(tz=UTC)
sameer-google Oct 23, 2024
7a3c5fe
datetime.UTC to datetime.timezone.utc for compatibility <3.11
sameer-google Oct 23, 2024
4a45269
revert argcomplete update
sameer-google Oct 23, 2024
63f8f2e
assertNotRegexpMatches to assertNotRegex
sameer-google Oct 23, 2024
a20cf96
back slash character change
sameer-google Oct 23, 2024
4de70e3
replace(tzinfo=None) to make sure results are same as previous
sameer-google Oct 23, 2024
af186a0
update argcomplete submodule from v1.9.4 to v3.5.1
sameer-google Nov 4, 2024
57e1331
update pyu2f submodule from 0.1.3 to latest commit
sameer-google Nov 4, 2024
99dc041
update pyparsing submodule from 2.4.7-2 to 3.1.4
sameer-google Nov 4, 2024
d21d94a
update apitools submodule from v0.5.32 to latest commit
sameer-google Nov 5, 2024
3a831af
update cachetools submodule from v5.0.0-1 to v5.5.0-1
sameer-google Nov 5, 2024
729c793
update certifi submodule from 2023.07.22-9 to 2024.08.30
sameer-google Nov 5, 2024
bd9b275
update chardet submodule from 3.0.1-3 to latest commit
sameer-google Nov 5, 2024
23c84d8
update charset_normalizer submodule from 2.0.12 to 3.4.0
sameer-google Nov 5, 2024
222817f
update idna submodule from 3.3 to 3.10
sameer-google Nov 5, 2024
c3c018c
Github CI Build only for 3.8 to 3.12
sameer-google Oct 21, 2024
cd86042
removed pypy3
sameer-google Nov 5, 2024
e105b68
update requests submodule from v2.27.1-10 to v2.31.0
sameer-google Nov 6, 2024
5644ce3
update chardet submodule from 5.3.0dev0 to 5.2.0
sameer-google Nov 6, 2024
cdf1ae2
update urllib3 submodule from 1.26.9 to 2.2.2
sameer-google Nov 6, 2024
b01e934
update google-auth-library-python submodule from v2.17.3 to v2.24.0
sameer-google Nov 6, 2024
cf56166
removed pypy3
sameer-google Nov 5, 2024
9f94c0b
temporarily updated boto and pyasn1 to dev branches for testing
sameer-google Nov 8, 2024
f72051d
Replaced crcmod_osx with crcmod_plus
sameer-google Nov 11, 2024
44a7a9d
crcmod_plus/src/crcomd and import crcmod.predefined
sameer-google Nov 11, 2024
4fce395
update chardet submodule from 3.0.2 to 5.2.0
sameer-google Nov 12, 2024
2e7fd3e
update charset_normalizer submodule from 2.0.12 to 3.4.0
sameer-google Nov 12, 2024
9dd5216
update requests from v2.31.0 to v2.32.3
sameer-google Nov 12, 2024
9cc5b9b
update requests submodule from v2.27.1-10 to v2.32.3
sameer-google Nov 12, 2024
5c46768
update urllib3 submodule from 1.26.9 to 2.2.2
sameer-google Nov 12, 2024
793d745
update google-auth-library-python submodule from v2.17.3 to v2.24.0
sameer-google Nov 12, 2024
5ecdaee
update argcomplete submodule from v1.9.4 to v3.5.1
sameer-google Nov 12, 2024
66c5315
update pyu2f submodule from 0.1.3 to latest commit
sameer-google Nov 12, 2024
8c9b1fb
update pyparsing submodule from 2.4.7-2 to 3.1.4
sameer-google Nov 12, 2024
659fe6d
update cachetools submodule from 5.0.0 to 5.5.0
sameer-google Nov 12, 2024
69ade42
update certifi submodule from 2023.07.22-9 to 2024.08.30
sameer-google Nov 12, 2024
60fc79f
update idna submodule from 3.3 to 3.10
sameer-google Nov 12, 2024
2ec0cc8
update apitools submodule from 0.5.32 to latest commit
sameer-google Nov 12, 2024
c8af276
xrange() to range()
sameer-google Oct 23, 2024
9bae908
assertNotRegexpMatches to assertNotRegex
sameer-google Oct 23, 2024
e80820b
back slash character change
sameer-google Oct 23, 2024
f99639f
datetime.utcnow() to datetime.now(tz=timezone.utc).replace(tzinfo=None)
sameer-google Nov 12, 2024
f755f4d
update setup.py for argcomplete
sameer-google Nov 12, 2024
92d07d8
update setup.py
sameer-google Nov 18, 2024
3d67e93
Merge branch 'py3.12-changes' of github.com:sameer-google/gsutil into…
sameer-google Nov 18, 2024
b3b4062
Merge branch 'remove-ci-build' of github.com:sameer-google/gsutil int…
sameer-google Nov 18, 2024
95a707b
Merge branch 'update-submodules-1' of github.com:sameer-google/gsutil…
sameer-google Nov 18, 2024
0f968ba
Merge branch 'update-submodules-2' of github.com:sameer-google/gsutil…
sameer-google Nov 18, 2024
e14293c
Merge branch 'update-version-check' of github.com:sameer-google/gsuti…
sameer-google Nov 18, 2024
88c1335
Merge branch 'master' into updating-py3.12
sameer-google Nov 26, 2024
25a45da
Merge branch 'master' of github.com:sameer-google/gsutil into updatin…
sameer-google Nov 27, 2024
99398d7
reverted boto and pyasn1 change
sameer-google Nov 27, 2024
fa7604f
Merge branch 'master' of github.com:sameer-google/gsutil into updatin…
sameer-google Nov 27, 2024
5ae21b3
Merge branch 'master' of github.com:sameer-google/gsutil into updatin…
sameer-google Nov 28, 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
Github CI Build only for 3.8 to 3.12
sameer-google committed Nov 5, 2024
commit c3c018cc23dace6e5cc7d414811c04fee732b26d
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [pypy3, 3.5.x, 3.6.x, 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11.x]
python-version: [pypy3, 3.8.x, 3.9.x, 3.10.x, 3.11.x, 3.12.x]

steps:
- uses: actions/checkout@v2