Skip to content

Commit

Permalink
3.10 needs to be a string to be parsed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Sep 20, 2022
1 parent b2667a9 commit 9091bf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.8, 3.9, 3.10]
python-version: ["3.8", "3.9", "3.10"]
fail-fast: false

steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Unreleased
#### Date TBD

# Version 3.4.3
#### 20 Sep 2022

- If green creates a temp directory for tests, but is unable to clean it up, emit a warning instead of crashing. Some tests don't behave well in the temp directory. Resolves #264.

# Version 3.4.2
#### 23 May 2022

Expand Down

0 comments on commit 9091bf0

Please sign in to comment.