Skip to content

Commit 90dd371

Browse files
Tamar Laveedesilinguist
Tamar Lavee
authored andcommitted
add Python 3.11 and update conda build number
fix typo
1 parent 42355d1 commit 90dd371

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conda-recipe/rsmtool/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source:
66
path: ../../../rsmtool
77

88
build:
9-
number: 0
9+
number: 1
1010
noarch: python
1111
script:
1212
- cd $SRC_DIR

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def requirements():
5757
"Programming Language :: Python :: 3.8",
5858
"Programming Language :: Python :: 3.9",
5959
"Programming Language :: Python :: 3.10",
60+
"Programming Language :: Python :: 3.11",
6061
],
6162
zip_safe=False,
6263
)

0 commit comments

Comments
 (0)