Skip to content

Commit b2204f6

Browse files
authored
Merge pull request #11 from casework/test_in_python_3_12
Expand Python testing to 3.12
2 parents 458d5c8 + d7cc118 commit b2204f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.9", "3.10", "3.11"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m venv development
3333
. development/bin/activate
34-
python -m pip install --upgrade pip
34+
python -m pip install --upgrade pip setuptools
3535
python -m pip install pylint pytest rdflib
3636
python setup.py install
3737
pillow2case --help

0 commit comments

Comments
 (0)