Skip to content

Commit

Permalink
Preparation for dropping official Python 2 support #57
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lundberg committed Oct 2, 2022
1 parent 101b6e9 commit e8c70be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Rename the module `PID` to `pid` to avoid the shadowing from the `PID` class
- CI migrated from Travis to GitHub Actions

### Fixed

- Fix mypy issue by explicitly exporting `PID`
- Remove duplicated definition of `output_limits` in type stubs

### Deprecated

- Official support for Python 2 is dropped. While the code will likely keep working in Python 2 going forward, it's no longer tested in CI and no guarantees are given.

## [1.0.1] - 2021-04-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2021 Martin Lundberg
Copyright (c) 2018-2022 Martin Lundberg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pid.time_fn = time.ticks_us
## Tests
Use the following to run tests:
```
tox
pytest -v
```

## License
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],
keywords='pid controller control',
Expand Down
10 changes: 0 additions & 10 deletions tox.ini

This file was deleted.

0 comments on commit e8c70be

Please sign in to comment.