mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 23:00:18 +00:00
Compare commits
3 Commits
v0.4.0
...
test-with-pypy
| Author | SHA1 | Date | |
|---|---|---|---|
| f9d257876b | |||
| 7a750a1cff | |||
| bc06315abd |
@@ -3,6 +3,9 @@ python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
# Test PyPy versions because PyPy is awesome :)
|
||||
- "pypy2.7"
|
||||
- "pypy3.6"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
__version__ = '0.4.0'
|
||||
__version__ = '0.4.1'
|
||||
|
||||
@@ -25,7 +25,7 @@ required = [
|
||||
'pytz',
|
||||
'dateparser>=0.7.0',
|
||||
'tzlocal',
|
||||
'pendulum>=1.0',
|
||||
'pendulum>=1.0, <=1.5.1',
|
||||
'snaptime'
|
||||
]
|
||||
|
||||
@@ -98,6 +98,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: Implementation',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||
),
|
||||
cmdclass={
|
||||
|
||||
Reference in New Issue
Block a user