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 9e16580 commit 59db3caCopy full SHA for 59db3ca
1 file changed
.github/workflows/python-package.yml
@@ -24,6 +24,8 @@ jobs:
24
- "3.8"
25
- "3.9"
26
- "3.10"
27
+ - "3.11"
28
+ - "3.12"
29
steps:
30
- uses: actions/checkout@v3
31
- name: Set up Python ${{ matrix.python-version }}
@@ -75,7 +77,7 @@ jobs:
75
77
76
78
- uses: actions/setup-python@v2
79
with:
- python-version: "3.10"
80
+ python-version: "3.12"
81
- uses: actions/cache@v2
82
83
path: ~/.cache/pip
0 commit comments