Skip to content

Commit

Permalink
Fix to qa_utils for application/vnd.software602.filler.form+xml mime …
Browse files Browse the repository at this point in the history
…type return from mimetypes.guess_type on Ubuntu 22.04.
  • Loading branch information
dmichaels-harvard committed Sep 28, 2023
1 parent cd4dd35 commit 860a433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Test dcicutils with Python ${{ matrix.python_version }}

# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python_version: [3.8, 3.9, 3.11]
Expand Down
2 changes: 1 addition & 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.2b8" # TODO: To become 8.0.0
version = "7.12.0.2b9" # 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

0 comments on commit 860a433

Please sign in to comment.