Python 3.10 (#1868)

* Add Py 3.10 #1866

* Add tests for Python 3.10

* update Babelfish
This commit is contained in:
Clinton Hall 2021-12-03 18:48:04 +13:00 committed by GitHub
commit 686d239ce5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 387 deletions

View file

@ -4,12 +4,6 @@
# Use of this source code is governed by the 3-clause BSD license
# that can be found in the LICENSE file.
#
__title__ = 'babelfish'
__version__ = '0.5.5-dev'
__author__ = 'Antoine Bertin'
__license__ = 'BSD'
__copyright__ = 'Copyright 2015 the BabelFish authors'
import sys
if sys.version_info[0] >= 3: