Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Bump version, update supported python version in docs #352

Merged
merged 2 commits into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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).

Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nile
title: Nile
version: 0.13.0
version: 0.14.0
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down