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

Commit

Permalink
Bump version, update supported python version in docs (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming authored Apr 20, 2023
1 parent e0c763c commit 7cb8e5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

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

0 comments on commit 7cb8e5a

Please sign in to comment.