Skip to content

Commit

Permalink
chore: add py 3.12 test in ci (0b01001001#358)
Browse files Browse the repository at this point in the history
* chore: add py 3.12 test in ci

Signed-off-by: Keming <kemingy94@gmail.com>

* incr ci parallel number

Signed-off-by: Keming <kemingy94@gmail.com>

* make lint & test run in parallel

Signed-off-by: Keming <kemingy94@gmail.com>

---------

Signed-off-by: Keming <kemingy94@gmail.com>
  • Loading branch information
kemingy authored Oct 27, 2023
1 parent d768f70 commit ac67c52
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 87 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:

test:
runs-on: ${{ matrix.os }}
needs: [lint]
strategy:
max-parallel: 5
max-parallel: 6
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"]
os: [ubuntu-latest]

steps:
Expand Down
25 changes: 0 additions & 25 deletions examples/query_list.py

This file was deleted.

59 changes: 0 additions & 59 deletions examples/resp.py

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
]
Expand Down

0 comments on commit ac67c52

Please sign in to comment.