Skip to content

Commit

Permalink
Updated versioning to include Python 3.7-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
betteridiot committed Feb 9, 2021
1 parent b29018b commit fe73e16
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ environment:
PYTHON: "C:\\Python37"
- platform: x64
PYTHON: "C:\\Python37-x64"
- platform: x86
PYTHON: "C:\\Python38"
- platform: x64
PYTHON: "C:\\Python38-x64"
- platform: x86
PYTHON: "C:\\Python39"
- platform: x64
PYTHON: "C:\\Python39-x64"

install:
- "%PYTHON%/Scripts/pip install pytest"
Expand Down
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- pypy
- pypy3.5
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
# - git clone https://github.com/$TRAVIS_REPO_SLUG.git $TRAVIS_REPO_SLUG
# - cd $TRAVIS_REPO_SLUG
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def readme():
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Scientific/Engineering",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5

0 comments on commit fe73e16

Please sign in to comment.