From 308aca1eb3f9c2382cd28f88956162c1e6e7d3f8 Mon Sep 17 00:00:00 2001 From: David Brownman Date: Wed, 1 Oct 2025 12:33:31 -0700 Subject: [PATCH] update doc link --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f371cbcaa..528a104c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: matrix: python_version: # The last ~5 versions, once we're on schedule - # https://docs.stripe.com/sdks/versioning?server=python#stripe-sdk-language-version-support-policy + # https://docs.stripe.com/sdks/versioning?lang=python#stripe-sdk-language-version-support-policy - "3.7" - "3.8" - "3.9" diff --git a/CHANGELOG.md b/CHANGELOG.md index 709e0c732..2bdc48184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ This release changes the pinned API version to `2025-09-30.clover` and contains * [#1569](https://github.com/stripe/stripe-python/pull/1569) Renamed Urllib2Client to UrllibClient - ⚠️ Rename `http_client.Urllib2Client` to `http_client.UrllibClient` as Python `urllib2` was renamed to `urllib` in Python 3. * [#1606](https://github.com/stripe/stripe-python/pull/1606) ⚠️ drop support for Python 3.6 & clarify version policy - - Read our new [language version support policy](https://docs.stripe.com/sdks/versioning?server=python#stripe-sdk-language-version-support-policy) + - Read our new [language version support policy](https://docs.stripe.com/sdks/versioning?lang=python#stripe-sdk-language-version-support-policy) - ⚠️ In this release, we drop support for Python 3.6 - Support for Python 3.7 is deprecated and will be removed in the next scheduled major release (March 2026) * [#1596](https://github.com/stripe/stripe-python/pull/1596) ⚠️ Unify resource and service method parameters into one class diff --git a/README.md b/README.md index f4c8b6b3c..b24cbd48c 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ python -m pip install . ### Requirements -Per our [Language Version Support Policy](https://docs.stripe.com/sdks/versioning?server=python#stripe-sdk-language-version-support-policy), we currently support **Python 3.7+**. +Per our [Language Version Support Policy](https://docs.stripe.com/sdks/versioning?lang=python#stripe-sdk-language-version-support-policy), we currently support **Python 3.7+**. -Support for Python 3.7 and 3.8 is deprecated and will be removed in an upcoming major version. Read more and see the full schedule in the docs: https://docs.stripe.com/sdks/versioning?server=python#stripe-sdk-language-version-support-policy +Support for Python 3.7 and 3.8 is deprecated and will be removed in an upcoming major version. Read more and see the full schedule in the docs: https://docs.stripe.com/sdks/versioning?lang=python#stripe-sdk-language-version-support-policy #### Extended Support