nucleic / enaml

Declarative User Interfaces for Python
http://enaml.readthedocs.io/en/latest/
Other
1.53k stars 130 forks source link

Add support for Python 3.9 #424

Closed MatthieuDartiailh closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #424 into master will increase coverage by 0.02%. The diff coverage is 68.42%.

@@            Coverage Diff             @@
##           master     #424      +/-   ##
==========================================
+ Coverage   73.59%   73.62%   +0.02%     
==========================================
  Files         311      312       +1     
  Lines       23790    23815      +25     
==========================================
+ Hits        17509    17533      +24     
- Misses       6281     6282       +1     
frmdstryr commented 3 years ago

I gave it a quick test with inkcut, everything seems to work fine. Great work!

MatthieuDartiailh commented 3 years ago

Thanks for testing ! Note that you should also be able to run on PySide2 now.