GitClassic
Feed
Explore
Random
Go Pro
Sign in
Significant-Gravitas
/
vcrpy
Code
/
Commits
/ ad1010d
Merge pull request #695 from kevin1024/drop37
Drop support for Python 3.7 (after 2023-06-27)
Sebastian Pipping
committed on Jun 26, 2023, 04:32 PM
Showing
30
changed files
+68 additions
-103 deletions
M
.github/workflows/main.yml
+1
-1
M
docs/conf.py
-1
M
docs/contributing.rst
+6
-6
M
docs/installation.rst
+1
-1
M
setup.py
+2
-3
M
tests/integration/test_aiohttp.py
+1
-1
M
tests/integration/test_basic.py
-1
M
tests/integration/test_boto3.py
+2
-2
M
tests/integration/test_disksaver.py
-1
M
tests/integration/test_httplib2.py
-1
M
tests/integration/test_ignore.py
+10
-10
M
tests/integration/test_proxy.py
-1
M
tests/integration/test_register_persister.py
-1
M
tests/integration/test_requests.py
-16
M
tests/integration/test_tornado.py
-1
M
tests/integration/test_urllib2.py
-1
M
tests/unit/test_migration.py
+4
-4
M
tests/unit/test_response.py
-1
M
tests/unit/test_serialize.py
+4
-5
M
tox.ini
+8
-10
M
vcr/cassette.py
+3
-3
M
vcr/config.py
+2
-2
M
vcr/matchers.py
+9
-9
M
vcr/migration.py
+3
-3
M
vcr/patch.py
+1
-3
M
vcr/request.py
+1
-1
M
vcr/stubs/__init__.py
+7
-7
M
vcr/stubs/aiohttp_stubs.py
+1
-1
M
vcr/unittest.py
+1
-1
M
vcr/util.py
+1
-5
Browse files at this commit โ