Compare commits
4 Commits
release
...
fahad/py31
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
597ef1ffe6 | ||
|
|
f2ac0e35f4 | ||
|
|
3b77a48329 | ||
|
|
5a16745c79 |
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -7,12 +7,15 @@ on:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.12']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Upgrade pip
|
||||
run: python -m pip install --upgrade pip setuptools
|
||||
- name: Install dependencies
|
||||
|
||||
1
changelog.d/20240304_105026_fahad.khalid_py312.md
Normal file
1
changelog.d/20240304_105026_fahad.khalid_py312.md
Normal file
@ -0,0 +1 @@
|
||||
- [Improvement] Add Python 3.12 CI compatibility (by @Fahadkhalid210)
|
||||
Loading…
x
Reference in New Issue
Block a user