Skip to content

Commit

Permalink
Drop support for Python 3.8 in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Dec 15, 2024
1 parent b5b7a87 commit 174e488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- os: windows-2019
system_type: ["win", ""]
arch: amd64
py_minors: '8,9,10,11,12,13'
py_minors: '9,10,11,12,13'

# 32-bit Windows

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- os: windows-2019
system_type: ["win", ""]
arch: amd64
py_minors: 8,13
py_minors: 9,13

# 32-bit Windows
# See issue #220: https://github.com/SINTEF/dlite/issues/220
Expand Down
2 changes: 1 addition & 1 deletion doc/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wheels are shown in the following table.
| [manylinux2014] | i686 | | | x | x | x | x |
| [musllinux_1_2] | x86_64 | x | x | x | x | x | x |
| [musllinux_1_2] | i686 | | x | x | x | | |
| windows | x86_64 | x | x | x | x | x | x |
| windows | x86_64 | | x | x | x | x | x |


Development installation
Expand Down

0 comments on commit 174e488

Please sign in to comment.