Skip to content

Commit

Permalink
support py36
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed-XCF committed Sep 17, 2021
1 parent 169b30e commit 5c6cf3d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.6'
- name: Install dependencies
run: |
make release
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist: xenial
language: python
python:
- "3.6"
- "3.7"
- "3.8"
branches:
Expand Down
2 changes: 1 addition & 1 deletion aliyun_rocketmq_provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ def get_provider_info():
"name": "Aliyun RocketMQ Airflow Provider",
"description": "Airflow provider for aliyun rocketmq",
"hook-class-names": ["aliyun_rocketmq_provider.hooks.aliyun_rocketmq.AliyunRocketMQHook"],
"versions": ["0.0.9"]
"versions": ["0.0.10"]
}
29 changes: 0 additions & 29 deletions setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
author='Ed__xu__Ed',
author_email='[email protected]',
url='https://github.com/Ed-XCF/apache-airflow-providers-aliyun-rocketmq',
python_requires='~=3.7',
python_requires='>=3.6',
)

0 comments on commit 5c6cf3d

Please sign in to comment.