We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27b579 commit efdec30Copy full SHA for efdec30
2 files changed
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on: [push]
4
5
jobs:
6
build:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
8
strategy:
9
fail-fast: false
10
matrix:
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
CHANGELOG
2
-----------
3
+v3.2.0 2022-12-28
+~~~~~~~~~~~~~~~~~
+
+This is the last version to support Python 3.6
+- Build Python 3.11 wheels.
+- Remove setup.py test_suites, call unittest directly
11
12
v3.1.0 2022-10-19
13
~~~~~~~~~~~~~~~~~
14
0 commit comments