Skip to content

Commit

Permalink
setup: move python supported window
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 10, 2023
1 parent 7567a89 commit 55e66c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, 3.10]
requirements-level: [pypi]
db-service: [postgresql13]
search-service: [opensearch2]
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ classifiers =
Programming Language :: Python
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Libraries :: Python Modules
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Development Status :: 3 - Alpha

[options]
Expand Down

0 comments on commit 55e66c4

Please sign in to comment.