File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 timeout-minutes : 30
1919 strategy :
2020 matrix :
21- python-version : [ 3.14 ]
21+ python-version : [ 3.12 ]
2222 steps :
2323 - name : Checkout code
2424 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 1- 3.14 .4
1+ 3.12 .4
Original file line number Diff line number Diff line change @@ -4,19 +4,20 @@ url = "https://pypi.org/simple"
44verify_ssl = true
55
66[dev-packages ]
7- aiohttp = " ==3.13.5"
8- apache-airflow = " ==3.2.1"
9- apache-airflow-providers-fab = " ==3.6.1"
10- apache-airflow-providers-slack = " ==9.10.0"
11- apache-airflow-providers-standard = " ==1.12.3"
12- boto3 = " ==1.42.84"
7+ aiohttp = " ==3.14.1"
8+ apache-airflow = " ==3.3.0"
9+ apache-airflow-providers-fab = " ==3.7.1"
10+ apache-airflow-providers-slack = " ==9.10.2"
11+ apache-airflow-providers-standard = " ==1.15.0"
12+ boto3 = " ==1.43.0"
13+ cryptography = " ==48.0.1"
1314moto = " *"
14- pandas = " ==2.3.3 "
15+ pandas = " ==2.1.4 "
1516pylint = " *"
1617pytest = " *"
1718requests-mock = " *"
1819
1920[packages ]
2021
2122[requires ]
22- python_version = " 3.14 "
23+ python_version = " 3.12 "
You can’t perform that action at this time.
0 commit comments