Skip to content

Commit

Permalink
Merge pull request #22 from jin-s13/matrix
Browse files Browse the repository at this point in the history
python 3.7>
  • Loading branch information
jin-s13 authored Feb 24, 2022
2 parents 53daa28 + fc6d4c2 commit a086a8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -81,7 +81,7 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ and [demo_coco_wholebody](demos/demo_coco_wholebody.py) to evaluate on COCO-Whol

## Requirements

- Linux (Windows is not officially supported)
- Python 3.6+ (Lower versions are not fully tested)
- Python 3.7+ (Lower versions are not fully tested)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion xtcocotools/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.11.4'
__version__ = '1.11.5'
short_version = __version__

0 comments on commit a086a8c

Please sign in to comment.