enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
82 stars 26 forks source link

Add eggs for Python 3.10 #436

Closed mdickinson closed 3 years ago

mdickinson commented 3 years ago

This PR adds tests eggs for Python 3.10.

The eggs were generated using Python 3.10.0b4 and setuptools 57.4.0. (On macOS 10.15.7, not that it should matter.)

Closes #396.