readd 3.11
All checks were successful
Unit Testing / test (3.11) (pull_request) Successful in 53s
Unit Testing / test (3.8) (pull_request) Successful in 51s
Unit Testing / test (3.10) (pull_request) Successful in 58s
Unit Testing / test (3.12) (pull_request) Successful in 56s
Unit Testing / test (3.9) (pull_request) Successful in 59s
All checks were successful
Unit Testing / test (3.11) (pull_request) Successful in 53s
Unit Testing / test (3.8) (pull_request) Successful in 51s
Unit Testing / test (3.10) (pull_request) Successful in 58s
Unit Testing / test (3.12) (pull_request) Successful in 56s
Unit Testing / test (3.9) (pull_request) Successful in 59s
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.9', '3.10', '3.12']
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
@@ -46,6 +46,7 @@ jobs:
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
export PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||
python -m pytest tests
|
||||
|
||||
|
||||
|
||||
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.9', '3.10', '3.12']
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user