From 1df508c6d218b2415254eac337eda8ea98217c72 Mon Sep 17 00:00:00 2001 From: ebennequin Date: Mon, 21 Mar 2022 14:20:00 +0100 Subject: [PATCH] Add Python 3.9 to setup.py --- README.md | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8101eb6..22a81d7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Easy Few-Shot Learning -![Python Versions](https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8-%23EBBD68.svg) +![Python Versions](https://img.shields.io/pypi/pyversions/easyfsl?style=flat) ![CircleCI](https://img.shields.io/circleci/build/github/sicara/easy-few-shot-learning) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black) ![License: MIT](https://img.shields.io/badge/license-MIT-green) @@ -24,7 +24,7 @@ basically Few-Shot Learning 101, in less than 15mn. - **[Example of episodic training](notebooks/episodic_training.ipynb)**: use it as a starting point if you want to design a script for episodic training using EasyFSL. -- + - **[Example of classical training](notebooks/episodic_training.ipynb)**: use it as a starting point if you want to design a script for classical training using EasyFSL. diff --git a/setup.py b/setup.py index b205c34..c1d463c 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Operating System :: OS Independent", ], )