Skip to content

Commit 07c5423

Browse files
committed
fix travis pypy version, add python 3.7 to tests
1 parent 4e27cae commit 07c5423

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: python
22
python:
33
- 3.5
44
- 3.6
5-
- "pypy3.5"
5+
- 3.7
6+
- "pypy3"
67

78
cache:
89
directories:

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Current supported version of Python:
4343

4444
- Python 3.5
4545
- Python 3.6
46-
- PyPy3.5
46+
- Python 3.7
47+
- PyPy3
4748

4849
Usage
4950
-----

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
environment:
22
matrix:
3+
- PYTHON: "C:\\Python37"
34
- PYTHON: "C:\\Python36"
45
- PYTHON: "C:\\Python35"
56
install:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ciw is a discrete event simulation library for open queueing networks.
88
Its core features include the capability to simulate networks of queues, multiple customer classes, and implementation of Type I blocking for restricted networks.
99
A number of other features are also implemented, including priorities, baulking, schedules, and deadlock detection.
1010

11-
Please note that Ciw is currently supported for and regularly tested on Python versions 3.5 and 3.6.
11+
Please note that Ciw is currently supported for and regularly tested on Python versions 3.5, 3.6 and 3.7.
1212

1313
Contents:
1414

0 commit comments

Comments
 (0)