We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e2b18 commit 1885f30Copy full SHA for 1885f30
.github/workflows/ci.yml
@@ -2,14 +2,15 @@ name: CI
2
3
on:
4
push:
5
+ branches: ["main"]
6
pull_request:
7
8
jobs:
9
test:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
- python-version: ["3.10", "3.11", "3.12"]
13
+ python-version: ["3.12"]
14
15
steps:
16
- uses: actions/checkout@v4
setup.py
@@ -28,5 +28,5 @@ def read_requirements():
28
"License :: OSI Approved :: BSD License",
29
"Operating System :: OS Independent",
30
],
31
- python_requires=">=3.10",
+ python_requires=">=3.12",
32
)
0 commit comments