Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Rushitole
/
python-mss
Public
forked from
BoboTiG/python-mss
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-mss
.github
on
main
User selector
All users
All time
Commit history
Commits on Nov 14, 2024
fix: restore Python 3.9 support (#305)
Show description for 139ee83
BoboTiG
authored
139ee83
View commit details
Copy full SHA for 139ee83
View code at this point
Browse repository at this point
feat: Python 3.14 support (#300)
Show description for 38263d8
BoboTiG
authored
38263d8
View commit details
Copy full SHA for 38263d8
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
fix(ci): stop testing PyPy
Show description for 738fdb7
BoboTiG
committed
738fdb7
View commit details
Copy full SHA for 738fdb7
View code at this point
Browse repository at this point
fix(ci): prevent issue with automerge
BoboTiG
committed
84d1124
View commit details
Copy full SHA for 84d1124
View code at this point
Browse repository at this point
feat(ci): automerge
BoboTiG
authored
81618b8
View commit details
Copy full SHA for 81618b8
View code at this point
Browse repository at this point
Commits on Sep 1, 2024
ci: fixes
BoboTiG
committed
d696aa4
View commit details
Copy full SHA for d696aa4
View code at this point
Browse repository at this point
Overall clean-up
Show description for b6bccdf
BoboTiG
committed
b6bccdf
View commit details
Copy full SHA for b6bccdf
View code at this point
Browse repository at this point
ci: wording
BoboTiG
committed
c48194a
View commit details
Copy full SHA for c48194a
View code at this point
Browse repository at this point
ci: no need to specifically install `wheel`
BoboTiG
committed
be34137
View commit details
Copy full SHA for be34137
View code at this point
Browse repository at this point
core!: remove support for Python 3.9
BoboTiG
committed
292cab5
View commit details
Copy full SHA for 292cab5
View code at this point
Browse repository at this point
core!: remove support for Python 3.8
BoboTiG
committed
f216260
View commit details
Copy full SHA for f216260
View code at this point
Browse repository at this point
Commits on Jul 30, 2024
feat: add support for Python 3.13 (#277)
BoboTiG
authored
7089691
View commit details
Copy full SHA for 7089691
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
Update FUNDING.yml
BoboTiG
authored
ba53669
View commit details
Copy full SHA for ba53669
View code at this point
Browse repository at this point
Commits on Feb 10, 2024
ci: pin pypa/gh-action-pypi-publish
BoboTiG
committed
0262c85
View commit details
Copy full SHA for 0262c85
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
build(deps): bump actions/setup-python from 4 to 5 (#271)
Show description for e66199a
dependabot[bot]
authored
e66199a
View commit details
Copy full SHA for e66199a
View code at this point
Browse repository at this point
Commits on Nov 16, 2023
build(deps): bump actions/checkout from 3 to 4 (#266)
Show description for 600827a
dependabot[bot]
authored
600827a
View commit details
Copy full SHA for 600827a
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
CI: automate release publishing on tag creation
BoboTiG
committed
0e5808d
View commit details
Copy full SHA for 0e5808d
View code at this point
Browse repository at this point
Commits on Apr 26, 2023
feat: level up the packaging using `hatchling` (#256)
BoboTiG
authored
24e066c
View commit details
Copy full SHA for 24e066c
View code at this point
Browse repository at this point
Commits on Apr 15, 2023
CI: allow to trigger the test workflow manually
Show description for 16ef017
BoboTiG
committed
16ef017
View commit details
Copy full SHA for 16ef017
View code at this point
Browse repository at this point
ci: run tests via xvfb-run on GitHub Actions (#248)
Show description for 30c9e6f
mgorny
authored
30c9e6f
View commit details
Copy full SHA for 30c9e6f
View code at this point
Browse repository at this point
Commits on Apr 14, 2023
dev: renamed the `master` branch to `main`
BoboTiG
committed
960fa59
View commit details
Copy full SHA for 960fa59
View code at this point
Browse repository at this point
dev: review the structure of the repository to fix packaging issues (#244)
BoboTiG
authored
a863505
View commit details
Copy full SHA for a863505
View code at this point
Browse repository at this point
Commits on Apr 11, 2023
dev: refine requirements
BoboTiG
committed
0eade2c
View commit details
Copy full SHA for 0eade2c
View code at this point
Browse repository at this point
Commits on Apr 10, 2023
Support Python 3.12 (#242)
BoboTiG
authored
181cf7d
View commit details
Copy full SHA for 181cf7d
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
refactor!: the whole source code was migrated to PEP 570 (Python Positional-Only Parameters)
Show description for 1c18df3
BoboTiG
committed
1c18df3
View commit details
Copy full SHA for 1c18df3
View code at this point
Browse repository at this point
linux: several fixes, and tests (#234)
Show description for c20d95d
BoboTiG
authored
c20d95d
View commit details
Copy full SHA for c20d95d
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
Linux: removed get_error_details(), use the ScreenShotError details attribute instead (#224)
Show description for 2115e08
BoboTiG
authored
2115e08
View commit details
Copy full SHA for 2115e08
View code at this point
Browse repository at this point
ci: always run tests
BoboTiG
committed
a116dd1
View commit details
Copy full SHA for a116dd1
View code at this point
Browse repository at this point
tests: remove tox (#226)
Show description for 46db94f
BoboTiG
authored
46db94f
View commit details
Copy full SHA for 46db94f
View code at this point
Browse repository at this point
ci: tiny improvements
BoboTiG
committed
4e89770
View commit details
Copy full SHA for 4e89770
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
drop support for Python 3.6
BoboTiG
committed
3905f5c
View commit details
Copy full SHA for 3905f5c
View code at this point
Browse repository at this point
ci: run on master branch pushes
BoboTiG
authored
443f290
View commit details
Copy full SHA for 443f290
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
test: move the CI from AppVeyor/Travis to GitHub
BoboTiG
committed
90cd317
View commit details
Copy full SHA for 90cd317
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
Add myself to GitHub sponsors
BoboTiG
committed
87a8f49
View commit details
Copy full SHA for 87a8f49
View code at this point
Browse repository at this point
Commits on Oct 31, 2019
Create FUNDING.yml
BoboTiG
authored
e2252ba
View commit details
Copy full SHA for e2252ba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.