Skip to content

Commit d358c24

Browse files
authored
test with Python 3.12, update dependencies (#81)
1 parent 664f5d4 commit d358c24

File tree

3 files changed

+645
-763
lines changed

3 files changed

+645
-763
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [Ubuntu, macOS, Windows]
20-
python-version: ["3.8", "3.9", "3.10", "3.11"]
20+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2121
include:
2222
- os: Ubuntu
2323
image: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
3030
run:
3131
shell: bash
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434

3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python 3.10
1717
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)