From 90dd371b592a34afc48417b5ca80ab7d7df18e6d Mon Sep 17 00:00:00 2001 From: Tamar Lavee Date: Tue, 15 Aug 2023 15:58:48 -0400 Subject: [PATCH] add Python 3.11 and update conda build number fix typo --- conda-recipe/rsmtool/meta.yaml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conda-recipe/rsmtool/meta.yaml b/conda-recipe/rsmtool/meta.yaml index 140162492..17489e516 100644 --- a/conda-recipe/rsmtool/meta.yaml +++ b/conda-recipe/rsmtool/meta.yaml @@ -6,7 +6,7 @@ source: path: ../../../rsmtool build: - number: 0 + number: 1 noarch: python script: - cd $SRC_DIR diff --git a/setup.py b/setup.py index dcdcab485..1709bf373 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ def requirements(): "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], zip_safe=False, )