Merged
Changes from 1 commit
Show all changes
28 commits
Select commit Hold shift + click to select a range
21ac69a
fix!: drop support for Python 2.7 and 3.5
tseaverJun 15, 2021
78caa92
chore: drop 'six' module
tseaverJun 15, 2021
35c8216
chore: drop 'u"' prefixes for text
tseaverJun 15, 2021
35ba7d3
chore: remove other Python 2.7 workarounds
tseaverJun 15, 2021
61490f5
chore: drop use of 'pytz'
tseaverJun 15, 2021
74c6179
Merge branch 'master' into 210-drop-python-2.7
tseaverJun 16, 2021
6e21b01
tests: scrub more 2.7 / six constraints
tseaverJun 16, 2021
fe7d454
docs: add section on unspported Python versions to README
tseaverJun 16, 2021
d77fbb0
chore: drop workaround for Python 2.7
tseaverJun 16, 2021
440e571
chore: remove 'general_helpers.wraps'
tseaverJun 16, 2021
90c1bd1
chore: note URL for follow-up issue
tseaverJun 16, 2021
026ee31
chore: remove Python 2-specific kwargs hack
tseaverJun 16, 2021
4165633
chore: drop Python2-specific alias
tseaverJun 16, 2021
ad7b40b
chore: drop Python2-specific aliases
tseaverJun 16, 2021
dbc234f
chore: drop Python2-specific aliases
tseaverJun 16, 2021
4d87012
Merge branch 'master' into 210-drop-python-2.7
tseaverJun 30, 2021
c480784
Merge branch 'master' into 210-drop-python-2.7
tseaverJul 7, 2021
72d175b
chore: remove 'packaging' dependency
tseaverJul 7, 2021
01b49c4
Merge branch 'master' into 210-drop-python-2.7
tseaverJul 14, 2021
0f6a745
🦉 Updates from OwlBot
gcf-owl-bot[bot]Jul 14, 2021
cff328f
chore: switch to microgenerator to avoid 2.7 reappearing
tseaverJul 14, 2021
3a66b33
chore: expand range to allow 'google-auth' 2.x versions
tseaverJul 14, 2021
690a971
Merge branch 'master' into 210-drop-python-2.7
tseaverJul 23, 2021
dc30a49
Merge branch 'master' into 210-drop-python-2.7
tseaverJul 27, 2021
9c9a9a5
docs: sync newest version w/ Python 2.7 support
tseaverJul 27, 2021
01d4c8f
chore: drop comment referring to Python 2.7 / pytypes
tseaverAug 1, 2021
895d895
chore: remove mentions of Python 2.7 from docs
tseaverAug 1, 2021
556ff21
🦉 Updates from OwlBot
gcf-owl-bot[bot]Aug 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
docs: sync newest version w/ Python 2.7 support
  • Loading branch information
@tseaver
tseaver committedJul 27, 2021
commit 9c9a9a5d378b5dc3188d5b15d89fb518547b864f
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,4 +25,4 @@ Unsupported Python Versions
Python == 2.7, Python == 3.5.

The last version of this library compatible with Python 2.7 and 3.5 is
`google-api_core==1.30.0`.
`google-api_core==1.30.1`.