Skip to content

Commit

Permalink
updated restrictions for max python version to run with python 3.11 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
p5k369 authored Dec 8, 2022
1 parent 3762e7b commit 97f0c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisplayCAL/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
name_html = '<span class="appname">Display<span>CAL</span></span>'

py_minversion = (3, 8)
py_maxversion = (3, 10)
py_maxversion = (3, 11)

version = VERSION_STRING
version_lin = VERSION_STRING # Linux
Expand Down

0 comments on commit 97f0c91

Please sign in to comment.