Skip to content

Commit

Permalink
Provide Python 3.1 as part of python::multi
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 22, 2012
1 parent 36dbaff commit f256343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_environment/python/attributes/default.rb
Expand Up @@ -27,4 +27,4 @@

default['python']['configure_options'] = %W{--prefix=#{python['prefix_dir']}}

default['python']['multi']['pythons'] = %w(python2.5 python2.6 python2.7 python3.2)
default['python']['multi']['pythons'] = %w(python2.5 python2.6 python2.7 python3.1 python3.2)

0 comments on commit f256343

Please sign in to comment.