Skip to content

Commit 1a2f6dd

Browse files
authored
Merge pull request #44 from dftlibs/radovan/python-3.9
test and build also for python 3.9
2 parents e36a8f9 + ea770e4 commit 1a2f6dd

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: [3.6, 3.7, 3.8]
13+
python-version: [3.6, 3.7, 3.8, 3.9]
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
1515

1616
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
python-version: [3.6, 3.7, 3.8]
15+
python-version: [3.6, 3.7, 3.8, 3.9]
1616
os: [ubuntu-latest]
1717

1818
steps:

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Changelog
44
=========
55

66

7+
Version 2.0.1
8+
-------------
9+
10+
Unreleased.
11+
12+
- Test and build also for Python 3.9.
13+
14+
715
Version 2.0.0
816
-------------
917

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ under terms of the Mozilla Public License Version 2.0.
103103
Requirements
104104
============
105105

106-
- To use within Python: Python 3 and pip.
106+
- Python (3.6, 3.7, 3.8, or 3.9).
107107
- For the Rust version: A `Rust installation <https://www.rust-lang.org/tools/install>`__.
108108

109109

@@ -115,7 +115,7 @@ Installing via pip
115115

116116
::
117117

118-
pip install numgrid
118+
python -m pip install numgrid
119119

120120

121121
Building from sources and testing

0 commit comments

Comments
 (0)