summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2023-01-31 15:01:12 -0500
committerGitHub <noreply@github.com>2023-01-31 15:01:12 -0500
commitee7599f9ac0dbb6ce3793f6b665ba1200d3ef9a3 (patch)
tree36a957ba9028cbc0cecfc9f9310dfe8db139ed0a /.gitignore
parent031832a76b7a9e25d708153085d18d5366ff318d (diff)
downloadcmd2-git-ee7599f9ac0dbb6ce3793f6b665ba1200d3ef9a3.tar.gz
Deprecate support for Python 3.6 and remove dependency on attrs (#1257)
* Start deprecation of Python 3.6 * Removed dependency on attrs and replaced with dataclasses * Fix typing * Added comments to assist with dropping support of Python versions in the future. --------- Co-authored-by: Kevin Van Brunt <kmvanbrunt@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1fdfc6a5..11b71aa3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,4 +39,7 @@ Pipfile.lock
.venv
# Commitizen configuration
-.cz.toml \ No newline at end of file
+.cz.toml
+
+# pyenv version file
+.python-version