Skip to content

Commit

Permalink
Merge branch 'master' into fix-time-ns-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Apr 23, 2024
2 parents 9591645 + 5b6c4a2 commit 6f14dc3
Show file tree
Hide file tree
Showing 24 changed files with 459 additions and 445 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,29 @@ jobs:
mypy:
name: mypy
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'

steps:
- uses: actions/checkout@master

- name: Set up Python
uses: actions/setup-python@v4

- name: Install tox
run: pip install tox
- name: Install dependencies
run: |
pip install mypy
pip install -r requirements.txt
- name: Run tests
run: pip install python-dateutil && tox -e mypy
- name: Run MyPy
run: mypy --install-types --non-interactive

tests:
name: Python ${{ matrix.implementation }}${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Patches and Suggestions
- `staticdev <staticdev-support@proton.me>`_
- `Marcin Sulikowski <https://github.com/marcinsulikowski>`_
- `Ashish Patil <https://github.com/ashishnitinpatil>`_
- `Victor Ferrer <https://github.com/vicfergar>`_
2 changes: 0 additions & 2 deletions freezegun/__init__.pyi

This file was deleted.

Loading

0 comments on commit 6f14dc3

Please sign in to comment.