8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75ec3d commit da2992bCopy full SHA for da2992b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.4.0](https://github.com/googleapis/python-test-utils/compare/v1.3.3...v1.4.0) (2023-11-29)
4
+
5
6
+### Features
7
8
+* Add support for Python 3.12 ([474961a](https://github.com/googleapis/python-test-utils/commit/474961aa62ec598f8aa658b92032f1843a507116))
9
10
## [1.3.3](https://github.com/googleapis/python-test-utils/compare/v1.3.2...v1.3.3) (2022-07-10)
11
12
setup.py
@@ -16,7 +16,7 @@
16
import os
17
import setuptools # type: ignore
18
19
-version = "1.3.3"
+version = "1.4.0"
20
21
package_root = os.path.abspath(os.path.dirname(__file__))
22
0 commit comments