diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14838092f2b1b74432d432b561e9632d7aae31a3..3a34ed8a52de78f237a845f685ee1060eec8dfd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,4 +144,51 @@ build_python311: deploy_python35: extends: .build_python - image: python:3.5 \ No newline at end of file + image: python:3.5 + + +deploy_python36: + extends: .build_python + image: python:3.5 + + + +deploy_python35: + extends: .build_python + image: python:3.5 + + +deploy_python35: + extends: .build_python + image: python:3.6 + + +deploy_python37: + extends: .build_python + image: python:3.7 + + +deploy_python38: + extends: .build_python + image: python:3.8 + + + +deploy_python39: + extends: .build_python + image: python:3.9 + + +deploy_python310: + extends: .build_python + image: python:3.10 + + +deploy_python311: + extends: .build_python + image: python:3.11 + + +deploy_python312: + extends: .build_python + image: python:3.12 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index e2809c55f589f9eba2a732e9043c12b45989bbb8..910a412b511020843e1413c88c53cf7993c660af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ [metadata] name = snakehouse keywords = cython, extension, multiple, pyx -version = 1.7 +version = 2.0 long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8 license_files = LICENSE