Skip to content

Commit

Permalink
Drop 3.6, add 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 11, 2023
1 parent 42d09f3 commit 7b4d34b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ def get_long_description():
},
install_requires=["datasette>=0.54", "datasette-leaflet>=0.2.2"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx", "sqlite-utils"]},
tests_require=["datasette-cluster-map[test]"],
)

0 comments on commit 7b4d34b

Please sign in to comment.