Skip to content

Commit

Permalink
drop python3.6,3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbywu committed Apr 7, 2024
1 parent 0c119d0 commit 49d6f3e
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 367 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion moby_distribution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
OCIManifestSchema1,
)

__version__ = "0.7.2"
__version__ = "0.8.0"
__all__ = [
"DockerRegistryV2Client",
"Blob",
Expand Down
Loading

0 comments on commit 49d6f3e

Please sign in to comment.