We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e98837 commit 0ce33f3Copy full SHA for 0ce33f3
.github/workflows/pypi.yml
@@ -8,6 +8,7 @@ jobs:
8
9
runs-on: ${{ matrix.os }}
10
strategy:
11
+ fail-fast: false
12
matrix:
13
python-version: [3.9, 3.10.8]
14
os:
.github/workflows/testpypi.yml
@@ -8,8 +8,9 @@ jobs:
- python-version: [3.9, 3.10.5]
+ python-version: [3.9, 3.10.8]
15
- ubuntu-latest
16
- macos-latest
Release.notes
@@ -1,6 +1,7 @@
1
Changes in version 2.8.6 + nauty2_8_6
2
3
- synchronize version with nauty's
4
+ - python 3.9, 3.10.8
5
6
Changes in version 1.1.2 + nauty27r4
7
0 commit comments