Skip to content

python-dateutils < 2 requirement for python 2. Is it necessary? #1851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
codeape2 opened this issue Sep 7, 2012 · 1 comment
Closed

python-dateutils < 2 requirement for python 2. Is it necessary? #1851

codeape2 opened this issue Sep 7, 2012 · 1 comment
Labels
Build Library building on various platforms
Milestone

Comments

@codeape2
Copy link

codeape2 commented Sep 7, 2012

The most recent version (2.1) supports both 2.x and 3.x.

Pandas works for me using version 2.1:

(VENV)[~/ng]
$ nosetests pandas
...
...
----------------------------------------------------------------------
Ran 2228 tests in 112.553s

OK (SKIP=45)
(VENV)[~/ng]
$ python -c "import dateutil; print dateutil.__version__"
2.1

I suggest change setup.py.

@wesm
Copy link
Member

wesm commented Sep 7, 2012

Yes-- will do so, thanks

@wesm wesm closed this as completed in bdf58cc Sep 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

No branches or pull requests

2 participants