Skip to content

An example on how to maintain python 2.7 and python 3.10

Notifications You must be signed in to change notification settings

interifter/py2py3-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Example on Multi-Versioned Python Package Management

This is a minimal (and currently incomplete) example on how to develop, build, package, and test a project that requires python 2.7 support.

This specifically attempts to adopt modern tools from python 3.10, and bolt on 2.7 support.

If you are in this situation, I do not envy you.

Contributing and Building

See CONTRIBUTING on all the details for local test, dev, and build

Type Checking Python 2.7

https://github.com/python/mypy/blob/4687cec37a2a28e477e0fcf7eb95d2701bea55eb/docs/source/python2.rst

About

An example on how to maintain python 2.7 and python 3.10

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages