simiki icon indicating copy to clipboard operation
simiki copied to clipboard

Support python 3.6

Open xuqingfeng opened this issue 8 years ago • 4 comments

It is available for Python 2.6, 2.7, 3.3, 3.4, 3.5

Currently for 3.x newest version is 3.6.0.

xuqingfeng avatar Jan 17 '17 06:01 xuqingfeng

Welcome for your pr.

Xuanwo avatar Jan 17 '17 15:01 Xuanwo

@xuqingfeng Thanks for your report, I will test 3.6.x when it is unmasked in my local environment.

tankywoo avatar Jan 20 '17 14:01 tankywoo

在Python3.6下运行有个DeprecationWarning:

python3.6/site-packages/pygments/util.py:26: DeprecationWarning: Flags not at the start of the expression '<(.+?)(\\s.*?)?>.*?</' (truncated)
  tag_re = re.compile(r'<(.+?)(\s.*?)?>.*?</.+?>(?uism)')

需要升级 Pygments: https://bitbucket.org/birkenfeld/pygments-main/pull-requests/687/pull-flags-out-of-regular-expressions/diff

guyskk avatar Jun 24 '18 08:06 guyskk

@guyskk 感谢提醒

tankywoo avatar Jun 25 '18 08:06 tankywoo