Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Note that Python 3.12 is not yet supported (#3830)
Browse files Browse the repository at this point in the history
There is an upstream issue that is currently preventing us from being able to support Python 3.12. Add a note about this in the docs until we're able to support Python 3.12.
  • Loading branch information
justinvp authored Jan 10, 2024
1 parent e8e968e commit 8cf3052
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/default/content/docs/languages-sdks/python/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ aliases:

Pulumi supports writing your infrastructure as code in the Python language running on any [supported version](https://devguide.python.org/versions/#versions).

{{% notes type="warning" %}}
Python 3.12 is not yet supported. See [pulumi/pulumi#14258](https://github.com/pulumi/pulumi/issues/14258) for details.
{{% /notes %}}

{{< install-python >}}

## Pulumi Programming Model
Expand Down

0 comments on commit 8cf3052

Please sign in to comment.