I installed python 3.3.1 on ubuntu lucid and successfully created a virtualenv as below
virtualenv envpy331 --python=/usr/local/bin/python3.3
The latest version of virtualenvwrapper is tested under Python3.2. Chances are good it will work with Python3.3 too.