Skip to content

Releases: IamTugy/pyminio

Support python 3.8.1+

10 Aug 14:00
370c67c
Compare
Choose a tag to compare
  • Remove support from python 3.7 due to typings inconsistency
    We are using mypy which is not supported well with python 3.7 and lower
  • fixed typing using mypy

Support python 3.7-3.12

10 Aug 12:54
f5cb7b2
Compare
Choose a tag to compare
  • updated the minio client
  • moved to poetry
  • added support for python 3.9-3.12
  • removed support from python 3.9

first release with tests and documentation

15 Oct 20:33
8b0b54e
Compare
Choose a tag to compare
Fix integration tests connect minio (#20)

* Trying to add ports to integration.yml

* add minio arguments to start server

* fix yaml whitespace

* change image to bitnami/minio

* add curl to check minio is up

* retrun fix-integration-tests-connect-mini to branches

* try change minio adress to localhost

* remove fix-integration-tests-connect-minio

* add more docs

* remove Authorization header

* remove curl command, cause problems sometimes

Co-authored-by: menas <[email protected]>