diff --git a/README.md b/README.md index 896f26801..ec7505c6a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ _A selection of physical simulations computed with Warp_ ## Installing -Warp supports Python versions 3.7.x-3.9.x. The easiest way is to install from PyPi: +Warp supports Python versions 3.7.x-3.11.x. The easiest way is to install from PyPi: pip install warp-lang diff --git a/setup.py b/setup.py index 6c5e592c2..b3a253fdd 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,8 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: Other/Proprietary License", "Operating System :: OS Independent", ],