Skip to content

Commit

Permalink
Move project to GitHub
Browse files Browse the repository at this point in the history
Update tested python versions.

Move to git.

Add an ASDF tool versions file.

Thanks to Martin Häcker for pointing out the project in bitbucket had been deleted!
  • Loading branch information
micktwomey committed Sep 11, 2020
1 parent cec9ac7 commit 4067242
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
.tox
*.egg-info
*.pyc
__pycache__
build
dist
1 change: 1 addition & 0 deletions .tool-versions
@@ -0,0 +1 @@
python 3.8.5 2.7.18 3.7.9 3.6.12 3.5.9
12 changes: 8 additions & 4 deletions README.rst
Expand Up @@ -89,12 +89,11 @@ Supported Python Versions

Tested against:

- Python 2.6
- Python 2.7
- Python 3.3
- Python 3.4
- Python 3.5
- Python 3.6
- Python 3.7
- Python 3.8
- PyPy
- PyPy 3

Expand All @@ -110,7 +109,12 @@ Changes
Unreleased
----------

* Remove python 3.2 from tests
0.1.13
------

* Move to GitHub (https://github.com/micktwomey/pyiso8601). Thanks go to Martin Häcker for pointing out the bitbucket project had been deleted by Atlassian!
* Remove python 2.6, 3.2, 3.3 and 3.4 from tests
* Add python 3.7 and 3.8 to tests

0.1.12
------
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -9,12 +9,13 @@

setup(
name="iso8601",
version="0.1.12",
version="0.1.13",
description=long_description.split("\n")[0],
long_description=long_description,
long_description_content_type="text/x-rst",
author="Michael Twomey",
author_email="micktwomey+iso8601@gmail.com",
url="https://bitbucket.org/micktwomey/pyiso8601",
author_email="pyiso8601@mick.twomeylee.name",
url="https://github.com/micktwomey/pyiso8601",
packages=["iso8601"],
license="MIT",
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,py35,py36,pypy,pypy3
envlist = py27,py35,py36,py37,py38,pypy,pypy3

[testenv]
deps=pytest>=2.4.2
Expand Down

0 comments on commit 4067242

Please sign in to comment.