From 2d7b6c8393aad515fd028d3b2088c4150d585b52 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 28 Jun 2021 10:51:28 -0400 Subject: [PATCH] Add some Python versions --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 07bfa30..2abd5f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,8 @@ classifiers = [ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ] [tool.flit.metadata.requires-extra]