Skip to content

Commit

Permalink
Add Python 3.9 to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ebennequin committed Mar 21, 2022
1 parent 6be137f commit 1df508c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

0 comments on commit 1df508c

Please sign in to comment.