Skip to content

Commit

Permalink
remove 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Jun 7, 2024
1 parent bf3a109 commit d6db517
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version:
['3.9', '3.10', '3.11', '3.12']
['3.9', '3.10', '3.11']


steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows", "macos"]
python-version: ["3.9", "3.10.8", "3.11", "3.12"]
python-version: ["3.9", "3.10.8", "3.11"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -41,7 +41,7 @@ jobs:
- name: run the test script
working-directory: tests
run: |
pip install pytest setuptools==65.5.0
pip install pytest
pytest test_demo.py
python uvad_test.py
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Tested on
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![Python 3.10](https://img.shields.io/badge/python-3.10.8-blue.svg)](https://www.python.org/downloads/release/python-3108/)
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)


# Getting Started
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
"Programming Language :: Python :: 3.11"
]

dependencies = [
Expand Down

0 comments on commit d6db517

Please sign in to comment.