From 7cb8e5aacf1c1affd09bfb1a10ad5e03073ef220 Mon Sep 17 00:00:00 2001 From: Andrew Fleming Date: Thu, 20 Apr 2023 05:48:40 -0400 Subject: [PATCH] Bump version, update supported python version in docs (#352) --- README.md | 2 +- docs/antora.yml | 2 +- docs/modules/ROOT/pages/index.adoc | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d0879fe..1b8206a1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ And more. ## Installation -Current supported Python versions are >=3.8 and <3.10. +Current supported Python versions are >=3.9 and <3.10. 1. Install `gmp` on your machine (Cairo requirement). diff --git a/docs/antora.yml b/docs/antora.yml index 6df05df3..88085120 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: nile title: Nile -version: 0.13.0 +version: 0.14.0 nav: - modules/ROOT/nav.adoc diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index e330f868..52c39684 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -31,7 +31,7 @@ TIP: If you have any trouble installing gmp on your Apple M1 computer, https://g Some Nile dependencies have specific python version requirements. Therefore we recommend using a python version manager like {pyenv}, and virtual environments to avoid conflicts. -IMPORTANT: Currently supported Python versions are >=3.8 and <3.10. +IMPORTANT: Currently supported Python versions are >=3.9 and <3.10. === Installation diff --git a/setup.cfg b/setup.cfg index fd11f491..13af6044 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ long_description_content_type = text/markdown; charset=UTF-8 url = https://github.com/martriay/nile platforms = any classifiers = - Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Operating System :: OS Independent [options]