tankywoo / simiki

Simiki is a simple wiki framework, written in Python.
simiki.org
MIT License
1.15k stars 155 forks source link

Support python 3.6 #78

Open xuqingfeng opened 7 years ago

xuqingfeng commented 7 years ago

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.

Xuanwo commented 7 years ago

Welcome for your pr.

tankywoo commented 7 years ago

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

guyskk commented 6 years ago

在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

tankywoo commented 6 years ago

@guyskk 感谢提醒