Skip to content

Commit

Permalink
Fix the issue with python 3.10 treated as float
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Oct 12, 2022
1 parent ab125dc commit 9e1c711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
CACHE_VERSION: 4
DEFAULT_PYTHON: 3.10
DEFAULT_PYTHON: "3.10"
PRE_COMMIT_CACHE: ~/.cache/pre-commit

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- published

env:
DEFAULT_PYTHON: 3.10
DEFAULT_PYTHON: "3.10"

jobs:
release-pypi:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author_email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
name = centralized-pre-commit-conf
version = 0.6.0
version = 0.6.1
description = Easily install and update centralized pre-commit hooks and their configuration files in decentralized repositories
classifiers =
Operating System :: OS Independent
Expand Down

0 comments on commit 9e1c711

Please sign in to comment.