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 8edd77a commit e57afabCopy full SHA for e57afab
2 files changed
HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
===============
5
6
+0.14.0
7
+++++++
8
+
9
+* Declare support for Python 3.14 and drop support for Python 3.9 (#296)
10
11
0.13.0
12
++++++
13
setup.py
@@ -8,7 +8,7 @@
import sys
from setuptools import setup
-VERSION = '0.13.0'
+VERSION = '0.14.0'
DEPENDENCIES = [
14
'argcomplete',
0 commit comments