Skip to content

Commit

Permalink
Added Python 3.10, 3.11 to pyproject Python list
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Sep 28, 2023
1 parent e4f846d commit 00f1541
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicutils"
version = "7.12.0.2b6" # TODO: To become 8.0.0
version = "7.12.0.2b7" # TODO: To become 8.0.0
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down Expand Up @@ -31,6 +31,8 @@ classifiers = [
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
]


Expand Down

0 comments on commit 00f1541

Please sign in to comment.