summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2024-03-31 10:42:40 -0700
committerGitHub <noreply@github.com>2024-03-31 10:42:40 -0700
commita8fdde84aa70726e612fb0476d97285fd5313ee9 (patch)
tree98914f474113a72f75505e8dfd2dc59d2b3ae975
parenteabe1327ab4511ed526b5fe3a089623f34845a30 (diff)
parent2e93542051fee256cb53e7c7dcd663161caf698d (diff)
Merge pull request #1154 from parona-source/ci_fix
Fixup CI
-rw-r--r--.github/workflows/ci.yml14
-rw-r--r--requirements-dev.txt1
2 files changed, 10 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1ab14fb..fb34daa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,19 +18,23 @@ jobs:
]
include:
- python-version: '3.8'
- os: ubuntu-18.04 # MySQL 5.7.32
+ os: ubuntu-20.04 # MySQL 8.0.36
- python-version: '3.9'
- os: ubuntu-20.04 # MySQL 8.0.22
+ os: ubuntu-20.04 # MySQL 8.0.36
- python-version: '3.10'
- os: ubuntu-22.04 # MySQL 8.0.28
+ os: ubuntu-22.04 # MySQL 8.0.36
+ - python-version: '3.11'
+ os: ubuntu-22.04 # MySQL 8.0.36
+ - python-version: '3.12'
+ os: ubuntu-22.04 # MySQL 8.0.36
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
diff --git a/requirements-dev.txt b/requirements-dev.txt
index c2cd04b..3f5fbdf 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -14,3 +14,4 @@ pyperclip>=1.8.1
importlib_resources>=5.0.0
pyaes>=1.6.1
sqlglot>=5.1.3
+setuptools