Skip to content

Commit

Permalink
test: Test on Python 3.10.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb authored Oct 5, 2021
1 parent ec20923 commit b5f07cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.x", "3.10-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.x", "3.10-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
defaults:
run:
shell: bash
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 = "di"
version = "0.7.0"
version = "0.7.1"
description = "Autowiring dependency injection"
authors = ["Adrian Garcia Badaracco <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b5f07cd

Please sign in to comment.