diff --git a/packages/@jsii/python-runtime/package.json b/packages/@jsii/python-runtime/package.json index 7d50a067e0..f9709e7593 100644 --- a/packages/@jsii/python-runtime/package.json +++ b/packages/@jsii/python-runtime/package.json @@ -42,6 +42,6 @@ "jsii-build-tools": "^0.0.0", "jsii-calc": "^3.20.120", "jsii-pacmak": "^0.0.0", - "pyright": "^1.1.332" + "pyright": "^1.1.335" } } diff --git a/packages/jsii-pacmak/package.json b/packages/jsii-pacmak/package.json index 61a1cea805..6eca926e81 100644 --- a/packages/jsii-pacmak/package.json +++ b/packages/jsii-pacmak/package.json @@ -65,7 +65,7 @@ "jsii": "^0.0.0", "jsii-build-tools": "^0.0.0", "jsii-calc": "^3.20.120", - "pyright": "^1.1.332" + "pyright": "^1.1.335" }, "keywords": [ "jsii", diff --git a/packages/jsii-pacmak/test/generated-code/python-pyright.test.ts b/packages/jsii-pacmak/test/generated-code/python-pyright.test.ts index a06a7eeb77..eeb551ffb8 100644 --- a/packages/jsii-pacmak/test/generated-code/python-pyright.test.ts +++ b/packages/jsii-pacmak/test/generated-code/python-pyright.test.ts @@ -65,7 +65,7 @@ beforeAll(async () => { [ '[tool.pyright]', 'defineConstant = { DEBUG = true }', - 'pythonVersion = "3.7"', + 'pythonVersion = "3.8"', 'pythonPlatform = "All"', 'reportSelfClsParameterName = false', `venvPath = ${JSON.stringify(path.dirname(venv.venvRoot))}`, diff --git a/superchain/README.md b/superchain/README.md index c1a718be7b..c0931ed3cf 100644 --- a/superchain/README.md +++ b/superchain/README.md @@ -8,15 +8,15 @@ required in order to package [jsii] projects in all supported languages. ## Included Language SDKs -| SDK | Version | -| ------------ | ---------------------------------------- | -| `OpenJDK 20` | Amazon Corretto `>= 20.0.0` | -| `.NET SDK` | `>= 6.0.14` | -| `mono` | `>= 6.8.0.105` | -| `Javascript` | see [NodeJS and NPM](#nodejs-and-npm) | -| `PowerShell` | `pwsh >= 7.1.3` | -| `Python 3` | `python3 >= 3.7.4` with `pip3 >= 20.0.2` | -| `Go` | `go >= 1.18` | +| SDK | Version | +| ------------ | -------------------------------------- | +| `OpenJDK 20` | Amazon Corretto `>= 20.0.0` | +| `.NET SDK` | `>= 6.0.14` | +| `mono` | `>= 6.8.0.105` | +| `Javascript` | see [NodeJS and NPM](#nodejs-and-npm) | +| `PowerShell` | `pwsh >= 7.1.3` | +| `Python 3` | `python3 >= 3.8` with `pip3 >= 20.0.2` | +| `Go` | `go >= 1.18` | ## Image tags