Skip to content

Commit

Permalink
Test Py3.11 integration test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneTorap committed Jul 25, 2023
1 parent 4a81284 commit f9ff25c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/superset-python-integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.11"]
env:
PYTHONPATH: ${{ github.workspace }}
SUPERSET_CONFIG: tests.integration_tests.superset_test_config
Expand Down
4 changes: 1 addition & 3 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pyasn1-modules==0.3.0
# via python-ldap
pydruid==0.6.5
# via apache-superset
pyhive[hive]==0.6.5
pyhive[hive_pure_sasl]==0.7.1.dev0
# via apache-superset
pyinstrument==4.4.0
# via -r requirements/development.in
Expand All @@ -115,8 +115,6 @@ rfc3986==2.0.0
# via tableschema
s3transfer==0.6.1
# via boto3
sasl==0.3.1
# via pyhive
sqloxide==0.1.33
# via -r requirements/development.in
stack-data==0.6.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pydata-google-auth==1.7.0
# via pandas-gbq
pyfakefs==5.2.2
# via -r requirements/testing.in
pyhive[presto]==0.6.5
pyhive[presto]==0.7.1.dev0
# via apache-superset
pymeeus==0.5.12
# via convertdate
Expand Down

0 comments on commit f9ff25c

Please sign in to comment.