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.
2 parents b49c40a + d173d57 commit ed59042Copy full SHA for ed59042
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/checkout@v3
47
48
- name: Setup Python environment
49
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
50
with:
51
python-version: ${{ matrix.python-version }}
52
architecture: "x64"
setup.cfg
@@ -18,6 +18,7 @@ classifiers =
18
Programming Language :: Python :: 3.8
19
Programming Language :: Python :: 3.9
20
Programming Language :: Python :: 3.10
21
+ Programming Language :: Python :: 3.11
22
Topic :: Software Development :: Libraries
23
Topic :: Utilities
24
Typing :: Typed
0 commit comments