Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pip install cuvis
```

or add `cuvis` to your project `requirements.txt` or `setup.py`.
We currently provide pre-compiled binaries for Python 3.9, 3.10, 3.11 and 3.12 for Windows, Ubuntu 20.04 and Ubuntu 22.04 (all 64-bit).
We currently provide pre-compiled binaries for Python 3.9, 3.10, 3.11, 3.12 and 3.13 for Windows, Ubuntu 20.04 and Ubuntu 22.04 (all 64-bit).

To access the newest python cuvis version (for use with SDK beta versions, etc) you can install it with

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
here = os.path.abspath(os.path.dirname(__file__))

NAME = 'cuvis'
VERSION = '3.3.1rc1'
VERSION = '3.3.1'

DESCRIPTION = 'CUVIS Python SDK.'

Expand All @@ -23,7 +23,7 @@
# Installation dependencies
# Use with pip install . to install from source
'install': [
'cuvis-il>=3.3.0,<=3.3.0.post999999',
'cuvis-il>=3.3.1,<=3.3.1.post999999',
],
}

Expand Down