Skip to content

Commit

Permalink
Disable mypy for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Apr 13, 2023
1 parent 923bd46 commit 7f4ded5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: Type check
run: |
make type
# skip mypy type check for python3.7 (result is different to all other versions)
if: "!(matrix.python-version == '3.7')"
- name: Test with pytest
run: |
make pytest
2 changes: 1 addition & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
==========

Release 2.0.0a3 (WIP)
Release 2.0.0a4 (WIP)
--------------------------

**Gymnasium support**
Expand Down
2 changes: 1 addition & 1 deletion stable_baselines3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0a3
2.0.0a4

0 comments on commit 7f4ded5

Please sign in to comment.