Skip to content

Commit

Permalink
add Python 3.11 and update conda build number
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Tamar Lavee authored and desilinguist committed Aug 15, 2023
1 parent 42355d1 commit 90dd371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/rsmtool/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source:
path: ../../../rsmtool

build:
number: 0
number: 1
noarch: python
script:
- cd $SRC_DIR
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit 90dd371

Please sign in to comment.