Skip to content

Commit

Permalink
3.7 (#97)
Browse files Browse the repository at this point in the history
Test against 3.7 nightly builds.
  • Loading branch information
mewwts committed Apr 28, 2018
1 parent 40a2609 commit c274756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,8 +1,8 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7-dev"
before_script: pip install coveralls
script:
- "py.test"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ or through `conda`
conda install addict -c conda-forge
```

Addict runs on Python 2 and Python 3, and every build is tested towards 2.7 and 3.5.
Addict runs on Python 2 and Python 3, and every build is tested towards 2.7, 3.6 and 3.7.

### Usage
addict inherits from ```dict```, but is more flexible in terms of accessing and setting its values.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,8 +16,8 @@
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Intended Audience :: Developers',
Expand Down

0 comments on commit c274756

Please sign in to comment.