Skip to content

Commit efdec30

Browse files
committed
Release v3.2.0
1 parent e27b579 commit efdec30

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
strategy:
99
fail-fast: false
1010
matrix:

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
-----------
33

4+
v3.2.0 2022-12-28
5+
~~~~~~~~~~~~~~~~~
6+
7+
This is the last version to support Python 3.6
8+
9+
- Build Python 3.11 wheels.
10+
- Remove setup.py test_suites, call unittest directly
11+
412
v3.1.0 2022-10-19
513
~~~~~~~~~~~~~~~~~
614

0 commit comments

Comments
 (0)