Skip to content

Commit

Permalink
Fix python version in pre commits hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikuláš Poul committed Sep 19, 2023
1 parent 0327d4a commit 0dfa94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
python-version: '3.8'
- uses: pre-commit/action@v3.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
keywords="email open click tracking",
packages=find_packages(".", include=("pytracking", "pytracking.*")),
extras_require=EXTRA_REQUIRES,
python_requires='>=3.8',
python_requires=">=3.8",
)

0 comments on commit 0dfa94c

Please sign in to comment.