Skip to content

Commit

Permalink
change typing-extensions dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Oct 3, 2024
1 parent 0f40aad commit 8981f61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: |
3.11
3.10
3.9
3.8
- run: pip3 install tox
- run: tox
2 changes: 1 addition & 1 deletion fan_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.3.0'
__version__ = '4.4.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
keywords = ['testing', 'asyncio']
dependencies = [
'pyyaml>=3.12',
'typing-extensions~=4.7.1'
'typing-extensions>=4.4'
]
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 8981f61

Please sign in to comment.