Skip to content

Commit 0ce33f3

Browse files
committed
release 2.8.6
1 parent 4e98837 commit 0ce33f3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88

99
runs-on: ${{ matrix.os }}
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
python-version: [3.9, 3.10.8]
1314
os:

.github/workflows/testpypi.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88

99
runs-on: ${{ matrix.os }}
1010
strategy:
11+
fail-fast: false
1112
matrix:
12-
python-version: [3.9, 3.10.5]
13+
python-version: [3.9, 3.10.8]
1314
os:
1415
- ubuntu-latest
1516
- macos-latest

Release.notes

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changes in version 2.8.6 + nauty2_8_6
22

33
- synchronize version with nauty's
4+
- python 3.9, 3.10.8
45

56
Changes in version 1.1.2 + nauty27r4
67

0 commit comments

Comments
 (0)