Skip to content

Commit

Permalink
Update compatible Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacklin committed Jan 18, 2023
1 parent 5781d07 commit b54ac41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit b54ac41

Please sign in to comment.