Skip to content

Commit 9a2c704

Browse files
committed
Rollback python 3.12
1 parent 391a7e9 commit 9a2c704

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/setup_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
23+
python-version: [ '3.8', '3.9', '3.10', '3.11', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
2424
name: ${{ matrix.python-version }} and tests
2525
steps:
2626
- uses: actions/checkout@v2

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ python:
44
- "3.9"
55
- "3.10"
66
- "3.11"
7-
- "3.12"
87
- "pypy3"
98
install: "pip install -r requirements.txt"
109
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
## Getting started
7171

72-
This API is tested with Python 3.8-3.12 and Pypy 3.
72+
This API is tested with Python 3.8-3.11 and Pypy 3.
7373
There are two ways to install the library:
7474

7575
* Installation using pip (a Python package manager):

0 commit comments

Comments
 (0)